Changeset: cc7fc5445648 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cc7fc5445648
Modified Files:
        clients/Tests/exports.stable.out
        monetdb5/modules/mal/mal_io.h
Branch: default
Log Message:

Removed duplicate entries.


diffs (46 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -1468,8 +1468,6 @@ str IOftable(Client cntxt, MalBlkPtr mb,
 str IOimport(int *ret, int *bid, str *fnme);
 str IOotable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str IOprintBoth(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, int 
indx, str hd, str tl, int nobat);
-str IOprintBoth(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, int 
indx, str hd, str tl, int nobat);
-str IOprint_tables(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 str IOprint_tables(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 str IOprint_val(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 str IOprintf(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
@@ -1477,7 +1475,6 @@ str IOprintfStream(Client cntxt, MalBlkP
 str IOprompt_val(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str IOtable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str IOtableAll(stream *f, Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci, int i, int order, int printhead, int printorder);
-str IOtableAll(stream *f, Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci, int i, int order, int printhead, int printorderby);
 str IOtotable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str IOttable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 str ITRbunIterator(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
diff --git a/monetdb5/modules/mal/mal_io.h b/monetdb5/modules/mal/mal_io.h
--- a/monetdb5/modules/mal/mal_io.h
+++ b/monetdb5/modules/mal/mal_io.h
@@ -39,20 +39,13 @@ typedef FILE *fstream;
 #define io_export extern
 #endif
 
-io_export str IOprint_tables(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr p);
-io_export str IOtableAll(stream *f, Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci,
-int i, int order, int printhead, int printorderby);
-io_export str IOprintBoth(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci, int indx,
-str hd, str tl, int nobat);
-io_export str IOprintBoth(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci, int indx,
-str hd, str tl, int nobat);
+io_export str IOprintBoth(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci, int indx, str hd, str tl, int nobat);
 io_export str IOprint_val(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
p);
 io_export str IOprint_tables(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr p);
 io_export str IOprompt_val(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
 io_export str IOprintf(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
 io_export str IOprintfStream(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
-io_export str IOtableAll(stream *f, Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci,
-int i, int order, int printhead, int printorder);
+io_export str IOtableAll(stream *f, Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci, int i, int order, int printhead, int printorder);
 io_export str IOotable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
 io_export str IOtable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 io_export str IOfotable(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr 
pci);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to