diff options
author | leak <leak@bitmx.net> | 2014-07-06 01:42:12 +0200 |
---|---|---|
committer | leak <leak@bitmx.net> | 2014-07-06 01:42:35 +0200 |
commit | da3f6e923a0cb72976d7b56ace49023ecf58ceaa (patch) | |
tree | 55c767b5f3afddc339f088f2d45a470968a8bb5d /dep/acelite/ace/Obstack.h | |
parent | 7befb26625dd1eeb237e223296d9ed8817297025 (diff) |
Completely remove ACE as dependency for TC - kkthxbye
Diffstat (limited to 'dep/acelite/ace/Obstack.h')
-rw-r--r-- | dep/acelite/ace/Obstack.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dep/acelite/ace/Obstack.h b/dep/acelite/ace/Obstack.h deleted file mode 100644 index b7b75e7351a..00000000000 --- a/dep/acelite/ace/Obstack.h +++ /dev/null @@ -1,31 +0,0 @@ -// -*- C++ -*- -//============================================================================= -/** - * @file Obstack.h - * - * $Id: Obstack.h 80826 2008-03-04 14:51:23Z wotte $ - * - * @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 */ - -ACE_BEGIN_VERSIONED_NAMESPACE_DECL - -ACE_SINGLETON_DECLARATION (ACE_Obstack_T <char>;) - -typedef ACE_Obstack_T<char> ACE_Obstack; - -ACE_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" -#endif /* ACE_OBSTACK_H */ |