diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 6a39109f32a..2e0740b09a7 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -55,8 +55,6 @@ private: void operator=(const Value &); // Do not implement Value(const Value &); // Do not implement -protected: - inline void setType(const Type *ty) { Ty = ty; } public: Value(const Type *Ty, ValueTy vty, const std::string &name = ""); virtual ~Value();