summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser/cpp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-07 16:06:16 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-07 16:06:16 +0100
commit7cc670555fbaaefa66f2aebfa97bc40d0557d930 (patch)
tree43db8ffb353ce94b0b172541839b72e1546f7abb /autodoc/source/parser/cpp
parentstd::hash -> boost::hash (diff)
downloadcore-7cc670555fbaaefa66f2aebfa97bc40d0557d930.tar.gz
core-7cc670555fbaaefa66f2aebfa97bc40d0557d930.zip
Remove dead code
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r--autodoc/source/parser/cpp/c_dealer.cxx2
-rw-r--r--autodoc/source/parser/cpp/c_rcode.cxx2
-rw-r--r--autodoc/source/parser/cpp/pe_enum.hxx6
3 files changed, 0 insertions, 10 deletions
diff --git a/autodoc/source/parser/cpp/c_dealer.cxx b/autodoc/source/parser/cpp/c_dealer.cxx
index a41d9daeb1d1..a366e1883c69 100644
--- a/autodoc/source/parser/cpp/c_dealer.cxx
+++ b/autodoc/source/parser/cpp/c_dealer.cxx
@@ -29,13 +29,11 @@
#include <precomp.h>
#include "c_dealer.hxx"
-
// NOT FULLY DECLARED SERVICES
#include <ary/cpp/c_gate.hxx>
#include <ary/loc/locp_le.hxx>
#include <ary/loc/loc_root.hxx>
#include <ary/loc/loc_file.hxx>
-//#include <ary/docu.hxx>
#include <adoc/a_rdocu.hxx>
#include "all_toks.hxx"
#include "c_rcode.hxx"
diff --git a/autodoc/source/parser/cpp/c_rcode.cxx b/autodoc/source/parser/cpp/c_rcode.cxx
index 1478496c057e..05c32b880efd 100644
--- a/autodoc/source/parser/cpp/c_rcode.cxx
+++ b/autodoc/source/parser/cpp/c_rcode.cxx
@@ -29,11 +29,9 @@
#include <precomp.h>
#include "c_rcode.hxx"
-
// NOT FULLY DECLARED SERVICES
#include <ary/cpp/c_gate.hxx>
#include <ary/cpp/c_namesp.hxx>
-// #include <ary/cpp/c_groups.hxx>
#include <ary/loc/locp_le.hxx>
#include "cpp_pe.hxx"
#include <adc_cl.hxx>
diff --git a/autodoc/source/parser/cpp/pe_enum.hxx b/autodoc/source/parser/cpp/pe_enum.hxx
index 8d7484a9a6df..3f1a38e022bf 100644
--- a/autodoc/source/parser/cpp/pe_enum.hxx
+++ b/autodoc/source/parser/cpp/pe_enum.hxx
@@ -29,18 +29,12 @@
#ifndef ADC_CPP_PE_ENUM_HXX
#define ADC_CPP_PE_ENUM_HXX
-
-
-
// USED SERVICES
// BASE CLASSES
#include "cpp_pe.hxx"
// COMPONENTS
#include <semantic/callf.hxx>
#include <semantic/sub_peu.hxx>
- // PARAMETERS
-// #include "all_toks.hxx"
-
namespace cpp {