User ctor is now inline
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 18:01:38 +0000 (18:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 18:01:38 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14431 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Value.cpp

index 0478a2ffb61bb547fda73f8386b5d973283f41b8..f8dd186b65bcd9dc90859fe04454471abbc2a4a3 100644 (file)
@@ -86,10 +86,6 @@ void Value::replaceAllUsesWith(Value *New) {
 //                                 User Class
 //===----------------------------------------------------------------------===//
 
-User::User(const Type *Ty, ValueTy vty, const std::string &name) 
-  : Value(Ty, vty, name) {
-}
-
 // replaceUsesOfWith - Replaces all references to the "From" definition with
 // references to the "To" definition.
 //