Changeset: 8fcc08a2b92d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fcc08a2b92d
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: profiler
Log Message:
Fix compilation
diffs (19 lines):
diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -78,7 +78,6 @@ typedef struct {
ProfilerRecord *profilerPool;
static int poolSize= DEFAULTPOOLSIZE;
-static int poolCounter = 0;
static void
clearPool(void)
@@ -104,7 +103,6 @@ setprofilerpoolsize(int size)
// Always cleanout the past before you set the new pool size
if (profilerPool){
clearPool();
- poolCounter = 0;
poolSize = 0;
GDKfree(profilerPool);
profilerPool = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list