summaryrefslogtreecommitdiff
path: root/ace/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/post.h')
-rw-r--r--ace/post.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/ace/post.h b/ace/post.h
deleted file mode 100644
index 746a6398e33..00000000000
--- a/ace/post.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file post.h
- *
- * $Id$
- *
- * @author Christopher Kohlhoff <chris@kohlhoff.com>
- *
- * This file restore the original alignment rules.
- *
- *
- */
-//=============================================================================
-
-
-// No header guard
-#if defined (_MSC_VER)
-# pragma pack (pop)
-#elif defined (__BORLANDC__)
-# pragma option pop
-# pragma nopushoptwarn
-# pragma nopackwarning
-#endif