Skip to content

Commit 92ae1e0

Browse files
committed
Remove the odious r2l-rulebase stuff
1 parent f7c7a4f commit 92ae1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/btree-eva.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
; the rules right here, since the code in this module does not depend
6161
; directly on thes.
6262
(use-modules (opencog nlp relex2logic))
63-
(load-r2l-rulebase)
63+
; (load-r2l-rulebase)
6464

6565
; ---------------------------------------------------------
6666
; Run the hacky garbage collection loop.

src/btree.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
; the rules right here, since the code in this module does not depend
7878
; directly on thes.
7979
(use-modules (opencog nlp relex2logic))
80-
(load-r2l-rulebase)
80+
; (load-r2l-rulebase)
8181

8282
; ---------------------------------------------------------
8383

0 commit comments

Comments
 (0)