diff options
Diffstat (limited to 'contrib/llvm/lib/Support/MemoryObject.cpp')
-rw-r--r-- | contrib/llvm/lib/Support/MemoryObject.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/llvm/lib/Support/MemoryObject.cpp b/contrib/llvm/lib/Support/MemoryObject.cpp deleted file mode 100644 index d796acf..0000000 --- a/contrib/llvm/lib/Support/MemoryObject.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//===- MemoryObject.cpp - Abstract memory interface -----------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/Support/MemoryObject.h" -using namespace llvm; - -MemoryObject::~MemoryObject() { -} |