Remove sql resources to ease anna-ericsson building
[anna.git] / source / dbms / internal / sccs.cpp
diff --git a/source/dbms/internal/sccs.cpp b/source/dbms/internal/sccs.cpp
deleted file mode 100644 (file)
index 313df2c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-// ANNA - Anna is Not Nothingness Anymore                                                         //
-//                                                                                                //
-// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
-//                                                                                                //
-// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
-// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
-
-
-#include <anna/core/internal/sccs.hpp>
-#include <anna/app/internal/sccs.hpp>
-#include <anna/xml/internal/sccs.hpp>
-#include <anna/comm/internal/sccs.hpp>
-
-#include <anna/dbms/internal/sccs.hpp>
-
-#include <anna/core/internal/ModuleManager.hpp>
-
-anna_define_sccs_tag(dbms, 2);
-
-void anna::dbms::sccs::activate()
-throw() {
-  anna::sccs::activate();
-  xml::sccs::activate();
-  app::sccs::activate();
-  comm::sccs::activate();
-  ModuleManager::instantiate().insert(anna_use_sccs_tag(dbms), "00");
-}
-