aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/User.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/User.h')
-rw-r--r--include/llvm/User.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/User.h b/include/llvm/User.h
index 8a24406..f827795 100644
--- a/include/llvm/User.h
+++ b/include/llvm/User.h
@@ -41,7 +41,6 @@ struct OperandTraits<User> {
struct Layout {
typedef U overlay;
};
- static inline void *allocate(unsigned);
};
class User : public Value {