diff --git a/lib/PhpParser/Lexer.php b/lib/PhpParser/Lexer.php index 25cb465..e6fb02a 100644 --- a/lib/PhpParser/Lexer.php +++ b/lib/PhpParser/Lexer.php @@ -214,15 +214,6 @@ class Lexer return $this->tokens; } - /** - * Get's the current token-index (position in tokens). - * - * @return int - */ - public function getPosition() { - return $this->pos; - } - /** * Handles __halt_compiler() by returning the text after it. *