pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Remove useless '#if 1' checks #62

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Always evaluates as true. Is simply noise in the code.