aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Use.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-10-13 10:25:27 +0000
committerGabor Greif <ggreif@gmail.com>2008-10-13 10:25:27 +0000
commitc9f7ef7e7a95ff95a779a057297e0973d21aca02 (patch)
treec26c38e39036e58965a699c47779b7a534164061 /include/llvm/Use.h
parente9324f360590793576d15d9e15c21a4c19ef8d1c (diff)
downloadexternal_llvm-c9f7ef7e7a95ff95a779a057297e0973d21aca02.zip
external_llvm-c9f7ef7e7a95ff95a779a057297e0973d21aca02.tar.gz
external_llvm-c9f7ef7e7a95ff95a779a057297e0973d21aca02.tar.bz2
remove a deprecated internal interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r--include/llvm/Use.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h
index 891eaf8..4cac526 100644
--- a/include/llvm/Use.h
+++ b/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