summaryrefslogtreecommitdiffstats
path: root/vbench
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-08-29 11:40:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-08-29 11:40:01 +0000
commit26543db811bd8747a073cae38becc58c479daa7d (patch)
tree3e85b613da0b5315a837deec6d58eb35f220f618 /vbench
parenta74e1b7a5e6b4bd91c845f2085498b9c0020d924 (diff)
It is better to just remove the code that was intended to help development.
Diffstat (limited to 'vbench')
-rw-r--r--vbench/src/vbench/core/dispatcher.cpp10
-rw-r--r--vbench/src/vbench/core/handler_thread.cpp10
-rw-r--r--vbench/src/vbench/core/time_queue.cpp10
3 files changed, 0 insertions, 30 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
diff --git a/vbench/src/vbench/core/handler_thread.cpp b/vbench/src/vbench/core/handler_thread.cpp
index ca4aaccc7a5..be7cffa2beb 100644
--- a/vbench/src/vbench/core/handler_thread.cpp
+++ b/vbench/src/vbench/core/handler_thread.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 "handler_thread.h"
namespace vbench {
-namespace {
-
-struct DummyItem {};
-
-} // namespace vbench::<unnamed>
-
-template class HandlerThread<DummyItem>;
-
} // namespace vbench
-#pragma GCC diagnostic pop
diff --git a/vbench/src/vbench/core/time_queue.cpp b/vbench/src/vbench/core/time_queue.cpp
index ab6e4691b97..20d466ae513 100644
--- a/vbench/src/vbench/core/time_queue.cpp
+++ b/vbench/src/vbench/core/time_queue.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 "time_queue.h"
namespace vbench {
-namespace {
-
-struct DummyItem {};
-
-} // namespace vbench::<unnamed>
-
-template class TimeQueue<DummyItem>;
-
} // namespace vbench
-#pragma GCC diagnostic pop