summaryrefslogtreecommitdiff
path: root/include/llvm/Use.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r--include/llvm/Use.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h
index e1ebc6a51b..507504ecdc 100644
--- a/include/llvm/Use.h
+++ b/include/llvm/Use.h
@@ -112,8 +112,6 @@ public:
/// a User changes.
static void zap(Use *Start, const Use *Stop, bool del = false);
- /// getPrefix - Return deletable pointer if appropriate
- Use *getPrefix();
private:
const Use* getImpliedUser() const;
static Use *initTags(Use *Start, Use *Stop, ptrdiff_t Done = 0);