Removing some obsolete todos

This commit is contained in:
Strahinja Val Markovic 2013-10-07 14:21:46 -07:00
parent 1db0e720bc
commit 4b73739b09
2 changed files with 0 additions and 3 deletions

View File

@ -26,8 +26,6 @@ from concurrent.futures import ThreadPoolExecutor
from ycm import vimsupport
HEADERS = {'content-type': 'application/json'}
# TODO: This TPE might be the reason we're shutting down slowly. It seems that
# it waits for all worker threads to stop before letting the interpreter exit.
EXECUTOR = ThreadPoolExecutor( max_workers = 4 )
class ServerError( Exception ):

View File

@ -169,7 +169,6 @@ class YouCompleteMe( object ):
def OnVimLeave( self ):
# TODO: There should be a faster way of shutting down the server
self._server_popen.terminate()
os.remove( self._temp_options_filename )