Deleting some dead code

This commit is contained in:
Strahinja Val Markovic 2013-10-14 20:46:42 -07:00
parent 98f549aeae
commit 016434e846

View File

@ -40,8 +40,6 @@ try:
except ImportError:
USE_ULTISNIPS_DATA = False
SERVER_PORT_RANGE_START = 10000
class YouCompleteMe( object ):
def __init__( self, user_options ):
self._user_options = user_options