Changeset: c46080db40a7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c46080db40a7
Modified Files:
        gdk/gdk.h
Branch: headless
Log Message:

Remove declaration of BUNlocate.
It is headlessly identical to BUNfnd -- no need for both.


diffs (11 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -1273,7 +1273,6 @@
 gdk_export COL *BUNinplace(COL *b, BUN p, ptr h, bit force);
 gdk_export COL *COLreplace(COL *b, COL *n, bit force);
 
-gdk_export BUN BUNlocate(COL *b, ptr p);
 gdk_export BUN BUNfnd(COL *b, ptr left);
 
 #define BUNfndVOID(p,bi,v)                                             \
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to