diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-02-02 14:16:22 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-02-02 14:16:22 +0000 |
commit | 46d771c93fb7159aef0e711f06d3730b373e115c (patch) | |
tree | 1c0c729aeebdd9dae74123a0995f7ad2036b2a80 | |
parent | 800e17a75cef51da5c9920c4ae819c589b52bd8a (diff) | |
download | bcm5719-llvm-46d771c93fb7159aef0e711f06d3730b373e115c.tar.gz bcm5719-llvm-46d771c93fb7159aef0e711f06d3730b373e115c.zip |
Remove unneeded definition [NFC]
llvm-svn: 259505
-rw-r--r-- | polly/include/polly/ScopPass.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/include/polly/ScopPass.h b/polly/include/polly/ScopPass.h index 850e744de52..bbe2c4d14c5 100644 --- a/polly/include/polly/ScopPass.h +++ b/polly/include/polly/ScopPass.h @@ -22,8 +22,6 @@ using namespace llvm; -struct isl_ctx; - namespace polly { class Scop; |