aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r--include/llvm/Function.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h
index 51dbd646b3..b7aa855b2c 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -19,11 +19,8 @@ class Instruction;
class BasicBlock;
class MethodArgument;
class MethodType;
-class Method;
class Module;
-typedef UseTy<Method> MethodUse;
-
class Method : public SymTabValue {
public:
typedef ValueHolder<MethodArgument, Method> ArgumentListType;