aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-08-23 13:02:31 +0200
committerTor Egge <Tor.Egge@online.no>2021-08-23 13:02:31 +0200
commit11d711eb609fd2708e2ee4737c8a48570222d9f3 (patch)
treeff8b3606fa8e1869c777683c05f42bb7a269da1d /vespamalloc
parent3670d3e8b892e57854f050daabacc762f059effa (diff)
Remove unused variables.
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/tests/allocfree/linklist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespamalloc/src/tests/allocfree/linklist.cpp b/vespamalloc/src/tests/allocfree/linklist.cpp
index af44ec3430b..516a3f6cf55 100644
--- a/vespamalloc/src/tests/allocfree/linklist.cpp
+++ b/vespamalloc/src/tests/allocfree/linklist.cpp
@@ -39,7 +39,7 @@ public:
size_t size() const { return 0; }
bool allocated() const { return false; }
int threadId() const { return 0; }
- void info(FILE *, unsigned level=0) const { level = 0; }
+ void info(FILE *, unsigned level=0) const { (void) level; }
Stack * callStack() { return NULL; }
size_t callStackLen() const { return 0; }