summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-08 20:54:51 +0000
committerChris Lattner <sabre@nondot.org>2001-11-08 20:54:51 +0000
commitb08d519a541920854c944ed45a67629f38573118 (patch)
tree30f320b714d00b4adc86e07fb0deed65c4d0bc92 /include/llvm/Function.h
parentc0b90e7dd575ba59035334397722d677231a8f13 (diff)
downloadllvm-b08d519a541920854c944ed45a67629f38573118.tar.gz
llvm-b08d519a541920854c944ed45a67629f38573118.tar.bz2
llvm-b08d519a541920854c944ed45a67629f38573118.tar.xz
Remove unneeded forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1216 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r--include/llvm/Function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h
index a77deb6d7b..11e823be9b 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -20,7 +20,6 @@ class BasicBlock;
class MethodArgument;
class MethodType;
class Module;
-class MachineCodeForMethod;
class Method : public GlobalValue, public SymTabValue {
public: