Browse Source

[display] allow searching for al symbols

Rudy Ges 2 năm trước cách đây
mục cha
commit
ae710c32c4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 	| DMImplementation ->
 		FindReferences.find_implementations tctx com
-	| DMModuleSymbols (Some "") -> ()
 	| DMModuleSymbols filter ->
 		let open CompilationCache in
 		let cs = com.cs in