summaryrefslogtreecommitdiff
path: root/ACEXML/common/ZipCharStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/ZipCharStream.h')
-rw-r--r--ACEXML/common/ZipCharStream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACEXML/common/ZipCharStream.h b/ACEXML/common/ZipCharStream.h
index 46a2e86930f..2cf519f7d04 100644
--- a/ACEXML/common/ZipCharStream.h
+++ b/ACEXML/common/ZipCharStream.h
@@ -28,7 +28,6 @@
// Ugly wart to get aroung a macro version of read defined in zziplib.h. Evil...
#ifdef read
-#define ACEXML_save_read read
#undef read
#endif
@@ -140,11 +139,6 @@ private:
#include "ace/post.h"
-#ifdef ACEXML_save_read
-#define read ACEXML_save_read
-#undef ACEXML_save_read
-#endif
-
#endif /* ACEXML_HAS_ZZIPLIB */
#endif /* _ACEXML_ZIPCHARSTREAM_H_ */