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(
33
33
proto_library (
34
34
name = "logic-proto" ,
35
35
srcs = ["logic.proto" ],
36
- deps = [
37
- ":answer-proto" ,
38
- ":concept-proto"
39
- ],
36
+ deps = [":answer-proto" ]
40
37
)
41
38
42
39
proto_library (
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ option java_package = "com.vaticle.typedb.protocol";
21
21
option java_outer_classname = "LogicProto" ;
22
22
23
23
import "common/answer.proto" ;
24
- import "common/concept.proto" ;
25
24
26
25
27
26
package typedb.protocol ;
@@ -115,7 +114,7 @@ message Explanation {
115
114
Rule rule = 1 ;
116
115
map <string , VarList > var_mapping = 2 ;
117
116
ConceptMap condition = 3 ;
118
- map < string , Concept > conclusion = 4 ;
117
+ ConceptMap conclusion = 4 ;
119
118
120
119
message VarList {
121
120
repeated string vars = 1 ;
You can’t perform that action at this time.
0 commit comments