diff options
Diffstat (limited to 'lib/ExecutionEngine/JITEventListener.cpp')
-rw-r--r-- | lib/ExecutionEngine/JITEventListener.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ExecutionEngine/JITEventListener.cpp b/lib/ExecutionEngine/JITEventListener.cpp deleted file mode 100644 index 2a6a007..0000000 --- a/lib/ExecutionEngine/JITEventListener.cpp +++ /dev/null @@ -1,15 +0,0 @@ -//===-- JITEventListener.cpp ----------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/ExecutionEngine/JITEventListener.h" - -using namespace llvm; - -// Out-of-line definition of the virtual destructor as this is the key function. -JITEventListener::~JITEventListener() {} |