Changeset: c0c32dccc6f2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c0c32dccc6f2
Modified Files:
        clients/Tests/MAL-signatures-hge.test
        monetdb5/modules/mal/calc.c
Branch: inet4+6
Log Message:

Remove duplicates.


diffs (37 lines):

diff --git a/clients/Tests/MAL-signatures-hge.test 
b/clients/Tests/MAL-signatures-hge.test
--- a/clients/Tests/MAL-signatures-hge.test
+++ b/clients/Tests/MAL-signatures-hge.test
@@ -44610,21 +44610,11 @@ CMDvarNOT
 Return the Boolean inverse
 calc
 not
-pattern calc.not(X_0:inet4):inet4
-CMDvarNOT
-Unary bitwise not of V
-calc
-not
 pattern calc.not(X_0:inet6):inet6
 CMDvarNOT
 Return the Boolean inverse
 calc
 not
-pattern calc.not(X_0:inet6):inet6
-CMDvarNOT
-Unary bitwise not of V
-calc
-not
 pattern calc.not(X_0:int):int
 CMDvarNOT
 Unary bitwise not of V
diff --git a/monetdb5/modules/mal/calc.c b/monetdb5/modules/mal/calc.c
--- a/monetdb5/modules/mal/calc.c
+++ b/monetdb5/modules/mal/calc.c
@@ -1559,8 +1559,6 @@ mel_func calc_init_funcs[] = {
  pattern("calc", "not", CMDvarNOT, false, "Unary bitwise not of V", args(1,2, 
arg("",sht),arg("v",sht))),
  pattern("calc", "not", CMDvarNOT, false, "Unary bitwise not of V", args(1,2, 
arg("",int),arg("v",int))),
  pattern("calc", "not", CMDvarNOT, false, "Unary bitwise not of V", args(1,2, 
arg("",lng),arg("v",lng))),
- pattern("calc", "not", CMDvarNOT, false, "Unary bitwise not of V", args(1,2, 
arg("",inet4),arg("v",inet4))),
- pattern("calc", "not", CMDvarNOT, false, "Unary bitwise not of V", args(1,2, 
arg("",inet6),arg("v",inet6))),
  pattern("calc", "sign", CMDvarSIGN, false, "Unary sign (-1,0,1) of V", 
args(1,2, arg("",bte),arg("v",bte))),
  pattern("calc", "sign", CMDvarSIGN, false, "Unary sign (-1,0,1) of V", 
args(1,2, arg("",bte),arg("v",sht))),
  pattern("calc", "sign", CMDvarSIGN, false, "Unary sign (-1,0,1) of V", 
args(1,2, arg("",bte),arg("v",int))),
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to