diff options
Diffstat (limited to 'llvm/lib/Support/IntrusiveRefCntPtr.cpp')
-rw-r--r-- | llvm/lib/Support/IntrusiveRefCntPtr.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/Support/IntrusiveRefCntPtr.cpp b/llvm/lib/Support/IntrusiveRefCntPtr.cpp deleted file mode 100644 index a8b45593ae7..00000000000 --- a/llvm/lib/Support/IntrusiveRefCntPtr.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//== IntrusiveRefCntPtr.cpp - Smart Refcounting Pointer ----------*- C++ -*-==// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/ADT/IntrusiveRefCntPtr.h" - -using namespace llvm; - -void RefCountedBaseVPTR::anchor() { } |