Преглед изворни кода

[display] allow searching for al symbols

Rudy Ges пре 2 година
родитељ
комит
ae710c32c4
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/compiler/displayProcessing.ml

+ 0 - 1
src/compiler/displayProcessing.ml

@@ -312,7 +312,6 @@ let process_global_display_mode com tctx =
 		FindReferences.find_references tctx com with_definition
 		FindReferences.find_references tctx com with_definition
 	| DMImplementation ->
 	| DMImplementation ->
 		FindReferences.find_implementations tctx com
 		FindReferences.find_implementations tctx com
-	| DMModuleSymbols (Some "") -> ()
 	| DMModuleSymbols filter ->
 	| DMModuleSymbols filter ->
 		let open CompilationCache in
 		let open CompilationCache in
 		let cs = com.cs in
 		let cs = com.cs in