summaryrefslogtreecommitdiff
path: root/ace/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/post.h')
-rw-r--r--ace/post.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/post.h b/ace/post.h
deleted file mode 100644
index 419ea8af80b..00000000000
--- a/ace/post.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// post.h
-//
-// = AUTHOR
-// Christopher Kohlhoff <chris@kohlhoff.com>
-//
-// = DESCRIPTION
-// 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