Changeset: 9686fcb51445 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9686fcb51445
Modified Files:
        monetdb5/mal/mal_function.c
Branch: profiler
Log Message:

Drop stethoscope channel check


diffs (13 lines):

diff --git a/monetdb5/mal/mal_function.c b/monetdb5/mal/mal_function.c
--- a/monetdb5/mal/mal_function.c
+++ b/monetdb5/mal/mal_function.c
@@ -946,9 +946,6 @@ showFlowGraph(MalBlkPtr mb, MalStkPtr st
                bufstr = buffer_create(8096);
                f = buffer_wastream(bufstr, "bufstr_write");
                mapimode = 1;
-       } else if (idcmp(fname, "stethoscope") == 0) {
-               f = getProfilerStream();
-               stethoscope =1;
        } else {
                f = open_wastream(fname);
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to