summaryrefslogtreecommitdiff
path: root/ace/post.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-05 12:53:55 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-05 12:53:55 +0000
commit3c61e20f081bf6fbab6d3483e5e7f71cb91c4974 (patch)
tree4d687030d8e848eb2c325e8234fb807f578df890 /ace/post.h
parent65ce81267a19f490a22443567c75276fc864cbd2 (diff)
downloadATCD-RepositoryManager.tar.gz
This commit was manufactured by cvs2svn to create branchRepositoryManager
'RepositoryManager'.
Diffstat (limited to 'ace/post.h')
-rw-r--r--ace/post.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ace/post.h b/ace/post.h
deleted file mode 100644
index 748605d7012..00000000000
--- a/ace/post.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file post.h
- *
- * $Id$
- *
- * @author Christopher Kohlhoff <chris@kohlhoff.com>
- *
- * This file restores 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