Drop Lexer::getPosition()

This was a leftover from the original column info implementation.
This commit is contained in:
Nikita Popov 2015-05-01 20:06:15 +02:00
parent 659d26c231
commit 5513073a53

View File

@ -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.
*