Skip to content

Commit 3dafadb

Browse files
committed
remove comments
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
1 parent caf42f7 commit 3dafadb

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Sources/Headers/include/Header.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//===-- ActivityStreamSPI.h -------------------------------------*- C++ -*-===//
2-
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
// See https://llvm.org/LICENSE.txt for license information.
5-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
//
7-
//===----------------------------------------------------------------------===//
8-
91
#ifndef OSActivityLogMessageEvent_h
102
#define OSActivityLogMessageEvent_h
113

@@ -67,7 +59,6 @@ NS_ASSUME_NONNULL_END
6759

6860
#define OS_ACTIVITY_MAX_CALLSTACK 32
6961

70-
// Enums
7162
enum {
7263
OS_ACTIVITY_STREAM_TYPE_ACTIVITY_CREATE = 0x0201,
7364
OS_ACTIVITY_STREAM_TYPE_ACTIVITY_TRANSITION = 0x0202,
@@ -86,8 +77,6 @@ enum {
8677
};
8778
typedef uint32_t os_activity_stream_type_t;
8879

89-
// Types
90-
9180
typedef uint64_t os_activity_id_t;
9281
typedef struct os_activity_stream_s *os_activity_stream_t;
9382
typedef struct os_activity_stream_entry_s *os_activity_stream_entry_t;
@@ -192,8 +181,6 @@ struct os_activity_stream_entry_s {
192181
};
193182
};
194183

195-
// Blocks
196-
197184
typedef bool (^os_activity_stream_block_t)(os_activity_stream_entry_t entry,
198185
int error);
199186

0 commit comments

Comments
 (0)