diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 4e84bc4..79078e5 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -8,8 +8,6 @@ #include <string.h> #include <stdlib.h> -/* #define INLINE __inline__ */ - class Base { public: static char * strdup(const char * s); |