Skip to content

Commit 33873b8

Browse files
authored
Merge pull request #67 from haifengkao/RemoveHeaderGuard
remove the unecessary header guard
2 parents c4ac02a + ce4668a commit 33873b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ReactiveObjC/extobjc/metamacros.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* Released under the MIT license
77
*/
88

9-
#ifndef EXTC_METAMACROS_H
10-
#define EXTC_METAMACROS_H
11-
129
/**
1310
* Executes one or more expressions (which may have a void type, such as a call
1411
* to a function that returns no value) and always returns true.
@@ -662,5 +659,3 @@ metamacro_if_eq(0, 1)(true)(false)
662659
#define metamacro_drop18(...) metamacro_drop17(metamacro_tail(__VA_ARGS__))
663660
#define metamacro_drop19(...) metamacro_drop18(metamacro_tail(__VA_ARGS__))
664661
#define metamacro_drop20(...) metamacro_drop19(metamacro_tail(__VA_ARGS__))
665-
666-
#endif

0 commit comments

Comments
 (0)