File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ proto_library(
3333proto_library (
3434 name = "logic-proto" ,
3535 srcs = ["logic.proto" ],
36- deps = [
37- ":answer-proto" ,
38- ":concept-proto"
39- ],
36+ deps = [":answer-proto" ]
4037)
4138
4239proto_library (
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ option java_package = "com.vaticle.typedb.protocol";
2121option java_outer_classname = "LogicProto" ;
2222
2323import "common/answer.proto" ;
24- import "common/concept.proto" ;
2524
2625
2726package typedb.protocol ;
@@ -115,7 +114,7 @@ message Explanation {
115114 Rule rule = 1 ;
116115 map <string , VarList > var_mapping = 2 ;
117116 ConceptMap condition = 3 ;
118- map < string , Concept > conclusion = 4 ;
117+ ConceptMap conclusion = 4 ;
119118
120119 message VarList {
121120 repeated string vars = 1 ;
You can’t perform that action at this time.
0 commit comments