summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorRichard Barton <richard.barton@arm.com>2013-12-12 11:18:08 +0000
committerRichard Barton <richard.barton@arm.com>2013-12-12 11:18:08 +0000
commitba165ccdebd99580d3fc3d3068af35269c40142d (patch)
treea67a96b54181be8636a4109423905b674885b572 /llvm/unittests
parentfae1eda6716f5764a76764b53a2bbcb39edc8299 (diff)
downloadbcm5719-llvm-ba165ccdebd99580d3fc3d3068af35269c40142d.tar.gz
bcm5719-llvm-ba165ccdebd99580d3fc3d3068af35269c40142d.zip
Remove some dead code
llvm-svn: 197144
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
index 87f482444f4..7b8a7f55041 100644
--- a/llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
+++ b/llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
@@ -21,8 +21,6 @@
using namespace llvm;
-int dummy;
-
namespace {
struct FunctionEmittedEvent {
OpenPOWER on IntegriCloud