From 10a61bef2683db2f1f27cebfdd1d7cd9c8faa657 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 15 Sep 2011 14:30:15 +0000 Subject: [Author: agrieve] -Delete unmatched and unnecessary extern "C" from GTMTypeCasting.h R=dmaclach APPROVED=dmaclach DELTA=4 (0 added, 4 deleted, 0 changed) --- DebugUtils/GTMTypeCasting.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DebugUtils') 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 #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: -- cgit v1.2.3