summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/tokens/tkpstama.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/tokens/tkpstama.cxx')
-rw-r--r--autodoc/source/parser/tokens/tkpstama.cxx5
1 files changed, 0 insertions, 5 deletions
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;
}