From 60a29a77aaeabfec2b26640f2129753d3f40fe8e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Jun 2004 18:01:38 +0000 Subject: User ctor is now inline llvm-svn: 14431 --- llvm/lib/VMCore/Value.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm') diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index 0478a2ffb61..f8dd186b65b 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp @@ -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. // -- cgit v1.2.3