summaryrefslogtreecommitdiff
path: root/example.pl
diff options
context:
space:
mode:
Diffstat (limited to 'example.pl')
-rw-r--r--example.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/example.pl b/example.pl
index d9e4108..c2c8335 100644
--- a/example.pl
+++ b/example.pl
@@ -22,5 +22,3 @@ curly(A) :- A = {one,two,three}.
tester(A, B) :- !, A = B.
tester(A, B) :- true.
-=(A,A).
-