summaryrefslogtreecommitdiff
path: root/ace/Obstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obstack.h')
-rw-r--r--ace/Obstack.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/Obstack.h b/ace/Obstack.h
deleted file mode 100644
index d5f122666df..00000000000
--- a/ace/Obstack.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- C++ -*- */
-//=============================================================================
-/**
- * @file Obstack.h
- *
- * $Id$
- *
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
- */
-//=============================================================================
-
-#ifndef ACE_OBSTACK_H
-#define ACE_OBSTACK_H
-#include /**/ "ace/pre.h"
-
-#include "ace/Obstack_T.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-typedef ACE_Obstack_T<char> ACE_Obstack;
-
-ACE_SINGLETON_DECLARATION (ACE_Obstack_T <char>;)
-
-#include /**/ "ace/post.h"
-#endif /* ACE_OBSTACK_H */