Remove unused code.

This commit is contained in:
Dave Halter
2017-07-09 00:29:46 +02:00
parent c28ec5f182
commit 37e128ff8f

View File

@@ -22,9 +22,6 @@ from parso._compatibility import py_version, u
from parso.utils import splitlines
cookie_re = re.compile("coding[:=]\s*([-\w.]+)")
if py_version >= 30:
# Python 3 has str.isidentifier() to check if a char is a valid identifier
is_identifier = str.isidentifier