diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:03:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | b63027f0992cf5c368faeb807c69110997dd00ea (patch) | |
tree | 1a4a7cc3815b5414022c7e93d40de98e59f75bfe /sal/rtl | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/cipher.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/crc.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/digest.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/random.cxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/sal/rtl/source/cipher.cxx b/sal/rtl/source/cipher.cxx index 4dc517193fdd..7a57ac0e9d4a 100644 --- a/sal/rtl/source/cipher.cxx +++ b/sal/rtl/source/cipher.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#define _RTL_CIPHER_C_ - #include <sal/types.h> #include <rtl/alloc.h> #include <rtl/memory.h> diff --git a/sal/rtl/source/crc.cxx b/sal/rtl/source/crc.cxx index 942bff7026c6..a75ba36470d8 100644 --- a/sal/rtl/source/crc.cxx +++ b/sal/rtl/source/crc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#define _RTL_CRC_C_ - #include <sal/types.h> #include <rtl/crc.h> diff --git a/sal/rtl/source/digest.cxx b/sal/rtl/source/digest.cxx index 1bcc1509867c..feec3b4b832f 100644 --- a/sal/rtl/source/digest.cxx +++ b/sal/rtl/source/digest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#define _RTL_DIGEST_C_ - #include <sal/types.h> #include <sal/macros.h> #include <osl/endian.h> diff --git a/sal/rtl/source/random.cxx b/sal/rtl/source/random.cxx index da1ddda07700..8e1e06ba83a5 100644 --- a/sal/rtl/source/random.cxx +++ b/sal/rtl/source/random.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#define _RTL_RANDOM_C_ - #include <sal/types.h> #include <osl/thread.h> #include <osl/time.h> |