summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/tokens
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/tokens
parent1efeac6ea9912b48c45e1891e7267e99b7c49081 (diff)
Remove dead code
Diffstat (limited to 'autodoc/source/parser/tokens')
-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;
}