Killing some dead code
This commit is contained in:
parent
5b76bcf8b7
commit
78107361b3
@ -246,10 +246,6 @@ class Completer( object ):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def GettingCompletions( self ):
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def _CurrentFiletype( self, filetypes ):
|
def _CurrentFiletype( self, filetypes ):
|
||||||
supported = self.SupportedFiletypes()
|
supported = self.SupportedFiletypes()
|
||||||
|
|
||||||
|
@ -206,11 +206,6 @@ class ClangCompleter( Completer ):
|
|||||||
ToUtf8IfNeeded( request_data[ 'unloaded_buffer' ] ) )
|
ToUtf8IfNeeded( request_data[ 'unloaded_buffer' ] ) )
|
||||||
|
|
||||||
|
|
||||||
def GettingCompletions( self, request_data ):
|
|
||||||
return self._completer.UpdatingTranslationUnit(
|
|
||||||
ToUtf8IfNeeded( request_data[ 'filepath' ] ) )
|
|
||||||
|
|
||||||
|
|
||||||
def GetDetailedDiagnostic( self, request_data ):
|
def GetDetailedDiagnostic( self, request_data ):
|
||||||
current_line = request_data[ 'line_num' ] + 1
|
current_line = request_data[ 'line_num' ] + 1
|
||||||
current_column = request_data[ 'column_num' ] + 1
|
current_column = request_data[ 'column_num' ] + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user