summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/inc/tokens/tkp.hxx
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 15:52:09 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 15:52:09 +0100
commit3eb979df547419645bb3c824f1dc4a5fdc8d0250 (patch)
treec23e118a69931c1bb8a0c8397f3753256e31c17a /autodoc/source/parser/inc/tokens/tkp.hxx
parentb09ac477d2ba4ceed63072d31a957cbf783cfcf2 (diff)
remove non-compiled code
Diffstat (limited to 'autodoc/source/parser/inc/tokens/tkp.hxx')
-rw-r--r--autodoc/source/parser/inc/tokens/tkp.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/autodoc/source/parser/inc/tokens/tkp.hxx b/autodoc/source/parser/inc/tokens/tkp.hxx
index 6623230e9603..e3b0939c1f78 100644
--- a/autodoc/source/parser/inc/tokens/tkp.hxx
+++ b/autodoc/source/parser/inc/tokens/tkp.hxx
@@ -48,12 +48,6 @@ class TkpContext;
The algorithms for parsing tokens from the text are an issue of
the derived classes.
*/
-#if 0
-/**
- Parsing can be interrupted for a different source by PushSource().
- The parsing before interruption is continued after PopSource().
-*/
-#endif // 0
class TokenParser
{