diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-05 22:59:19 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-06 00:59:23 +0900 |
commit | f7ebee38a3c5c6cb58f40109a213d449138ea987 (patch) | |
tree | b5083e38ec0c9881ce416bb54e5bcb16f4333641 /autodoc/source | |
parent | eb9b8ebca49291797e655b50f64af2c2fa03434c (diff) |
removed dead code
Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/parser_i/idoc/cx_dsapi.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autodoc/source/parser_i/idoc/cx_dsapi.cxx b/autodoc/source/parser_i/idoc/cx_dsapi.cxx index 662af48e2fcb..21b8595f5ac5 100644 --- a/autodoc/source/parser_i/idoc/cx_dsapi.cxx +++ b/autodoc/source/parser_i/idoc/cx_dsapi.cxx @@ -305,13 +305,6 @@ Context_Docu::SetupStateMachine() // constants for use in the table: const INT16 ght = goto_EoHtml; -/* - const INT16 gxc = goto_EoXmlConst; - const INT16 glb = goto_EoXmlLink_TagBegin; - const INT16 gle = goto_EoXmlLink_TagEnd; - const INT16 gfb = goto_EoXmlFormat_TagBegin; - const INT16 gfe = goto_EoXmlFormat_TagEnd; -*/ const INT16 err = finError; const INT16 faw = finAnyWord; // const INT16 fig = finIgnore; |