summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/Entity_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/parser/Entity_Manager.cpp')
-rw-r--r--ACEXML/parser/parser/Entity_Manager.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/ACEXML/parser/parser/Entity_Manager.cpp b/ACEXML/parser/parser/Entity_Manager.cpp
deleted file mode 100644
index cbc20c00fec..00000000000
--- a/ACEXML/parser/parser/Entity_Manager.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-#include "ACEXML/parser/parser/Entity_Manager.h"
-
-#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/parser/Entity_Manager.i"
-#endif /* __ACEXML_INLINE__ */
-
-
-ACEXML_Entity_Manager::ACEXML_Entity_Manager (void)
- : entities_ (0)
-{
-
-}
-
-ACEXML_Entity_Manager::~ACEXML_Entity_Manager (void)
-{
- this->reset();
-}
-