diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-09-17 16:21:41 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-09-17 16:24:23 +0200 |
commit | 9fdc831a2a743de3d0e2af443a01fcc1e385fa07 (patch) | |
tree | 06bcb1ac37054a40216249c6cca6a0766be75d16 /sal | |
parent | a335271014d8a0d48ce5d0c826193f5d7963eef4 (diff) |
Kill an empty and unneeded #ifdef.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/sal/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h index 7b2bd5154bc8..1e8656a3ec14 100644 --- a/sal/inc/sal/config.h +++ b/sal/inc/sal/config.h @@ -28,14 +28,6 @@ #ifndef _SAL_CONFIG_H_ #define _SAL_CONFIG_H_ -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - #ifndef INCLUDED_STDLIB_H #include <stdlib.h> #define INCLUDED_STDLIB_H |