summaryrefslogtreecommitdiff
path: root/autodoc/source/parser
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser')
-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
-rw-r--r--autodoc/source/parser/tokens/tkpstama.cxx5
4 files changed, 0 insertions, 15 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 {
diff --git a/autodoc/source/parser/tokens/tkpstama.cxx b/autodoc/source/parser/tokens/tkpstama.cxx
index bf27299ef63c..aefe72cac10b 100644
--- a/autodoc/source/parser/tokens/tkpstama.cxx
+++ b/autodoc/source/parser/tokens/tkpstama.cxx
@@ -30,12 +30,9 @@
#include <tokens/tkpstama.hxx>
// NOT FULLY DECLARED SERVICES
-// #include <srcfind.hxx>
#include <tokens/stmstarr.hxx>
-//#include <parseinc.hxx>
#include <tools/tkpchars.hxx>
-
const intt C_nStatuslistResizeValue = 32;
const intt C_nTopStatus = 0;
@@ -159,8 +156,6 @@ StateMachine::CurrentStatus() const
StmArrayStatus * pCurSt = Status(nCurrentStatus).AsArray();
csv_assert(pCurSt != 0);
-// if(pCurSt == 0)
-// csv_assert(false);
return *pCurSt;
}