Removing some obsolete todos
This commit is contained in:
parent
1db0e720bc
commit
4b73739b09
@ -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 ):
|
||||
|
@ -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 )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user