aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DebugUtils/GTMTypeCasting.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/DebugUtils/GTMTypeCasting.h b/DebugUtils/GTMTypeCasting.h
index 6b3d2ef..f53b3d2 100644
--- a/DebugUtils/GTMTypeCasting.h
+++ b/DebugUtils/GTMTypeCasting.h
@@ -19,10 +19,6 @@
#import <Foundation/Foundation.h>
#import "GTMDefines.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
// These are some basic macros for making down-casting safer in Objective C.
// They are loosely based on the same cast types with similar names in C++.
// A typical usage would look like this: