summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-08-19 17:16:58 +0000
committerburaq <buraq@epfl.ch>2004-08-19 17:16:58 +0000
commit05b722f3be08aa8da9e7ab8f84242b5bf274381c (patch)
tree6f42ecae0f1b2f37297049c541053898459910c8 /sources
parent5f9cb270e802e2e667adf4e985f92a1d200065fd (diff)
downloadscala-05b722f3be08aa8da9e7ab8f84242b5bf274381c.tar.gz
scala-05b722f3be08aa8da9e7ab8f84242b5bf274381c.tar.bz2
scala-05b722f3be08aa8da9e7ab8f84242b5bf274381c.zip
removed useless 'init' method
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/xml/parsing/MarkupParser.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/scala/xml/parsing/MarkupParser.scala b/sources/scala/xml/parsing/MarkupParser.scala
index 350bb3e9bd..65e7aadfdd 100644
--- a/sources/scala/xml/parsing/MarkupParser.scala
+++ b/sources/scala/xml/parsing/MarkupParser.scala
@@ -52,9 +52,6 @@ abstract class MarkupParser[MarkupType] {
/** this method assign the next character to ch and advances in input */
def nextch: Unit;
- /** this method should assign the first character of the input to ch */
- def init: Unit;
-
//final val enableEmbeddedExpressions: Boolean = false;
/** report a syntax error */