summaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/core/dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/vbench/core/dispatcher.cpp')
-rw-r--r--vbench/src/vbench/core/dispatcher.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/vbench/src/vbench/core/dispatcher.cpp b/vbench/src/vbench/core/dispatcher.cpp
index 82c35322ad7..7112ab3fed8 100644
--- a/vbench/src/vbench/core/dispatcher.cpp
+++ b/vbench/src/vbench/core/dispatcher.cpp
@@ -1,18 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/fastos.h>
-#pragma GCC diagnostic ignored "-Wunused-function" // This dirty one is due a suspected bug in gcc 6.2
#include "dispatcher.h"
namespace vbench {
-namespace {
-
-struct DummyItem {};
-
-} // namespace vbench::<unnamed>
-
-template class Dispatcher<DummyItem>;
-
} // namespace vbench
-#pragma GCC diagnostic pop