[llvm-branch-commits] [llvm-branch] r134581 - /llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp

Chris Lattner sabre at nondot.org
Wed Jul 6 19:00:55 PDT 2011


Author: lattner
Date: Wed Jul  6 21:00:55 2011
New Revision: 134581

URL: http://llvm.org/viewvc/llvm-project?rev=134581&view=rev
Log:
remove dead file.

Removed:
    llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp

Removed: llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp?rev=134580&view=auto
==============================================================================
--- llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp (original)
+++ llvm/branches/type-system-rewrite/lib/VMCore/TypeSymbolTable.cpp (removed)
@@ -1,18 +0,0 @@
-//===-- TypeSymbolTable.cpp - Implement the TypeSymbolTable class ---------===//
-//
-//                     The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements the TypeSymbolTable class for the VMCore library.
-//
-//===----------------------------------------------------------------------===//
-
-#if 0
-#error REMOVE ME
-#endif
-
-int x;





More information about the llvm-branch-commits mailing list