diff options
Diffstat (limited to 'llvm/include/llvm/Use.h')
-rw-r--r-- | llvm/include/llvm/Use.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Use.h b/llvm/include/llvm/Use.h index 891eaf85657..4cac526ee38 100644 --- a/llvm/include/llvm/Use.h +++ b/llvm/include/llvm/Use.h @@ -66,10 +66,6 @@ inline T *transferTag(const T *From, const T *To) { // Use is here to make keeping the "use" list of a Value up-to-date really easy. // class Use { -private: - /// init - specify Value and User - /// @deprecated in 2.4, will be removed soon - inline void init(Value *V, User *U); public: /// swap - provide a fast substitute to std::swap<Use> /// that also works with less standard-compliant compilers |