summaryrefslogtreecommitdiff
path: root/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
commitb4605d4d4b52b8dd678779a6cc47551c34c8b74d (patch)
tree42703921d865ac816bc8ab813e2523b1b6b2d00f /unittests
parente5f6931ffd87111301c419d042a0aa6475c677a4 (diff)
downloadllvm-b4605d4d4b52b8dd678779a6cc47551c34c8b74d.tar.gz
llvm-b4605d4d4b52b8dd678779a6cc47551c34c8b74d.tar.bz2
llvm-b4605d4d4b52b8dd678779a6cc47551c34c8b74d.tar.xz
Remove some dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
index 87f482444f..7b8a7f5504 100644
--- a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
+++ b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
@@ -21,8 +21,6 @@
using namespace llvm;
-int dummy;
-
namespace {
struct FunctionEmittedEvent {