aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-09-15 14:30:15 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-09-15 14:30:15 +0000
commit10a61bef2683db2f1f27cebfdd1d7cd9c8faa657 (patch)
tree0f41f4b8cc784e00de389b25d4f5d9c0761876c6 /DebugUtils
parentf7f3e433ffb6b13ef738737e3b61f657191fd93f (diff)
[Author: agrieve]
-Delete unmatched and unnecessary extern "C" from GTMTypeCasting.h R=dmaclach APPROVED=dmaclach DELTA=4 (0 added, 4 deleted, 0 changed)
Diffstat (limited to 'DebugUtils')
-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: