summaryrefslogtreecommitdiff
path: root/ace/Obstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obstack.h')
-rw-r--r--ace/Obstack.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/ace/Obstack.h b/ace/Obstack.h
deleted file mode 100644
index 444a9ce4677..00000000000
--- a/ace/Obstack.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -*- C++ -*- */
-//=============================================================================
-/**
- * @file Obstack.h
- *
- * $Id$
- *
- * @author Doug Schmidt
- */
-//=============================================================================
-
-
-#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_EXPORT_SINGLETON_DECLARATION (ACE_Obstack_T <char>;)
-
-#include "ace/post.h"
-#endif /* ACE_OBSTACK_H */