[polly] r259505 - Remove unneeded definition [NFC]

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 06:16:23 PST 2016


Author: jdoerfert
Date: Tue Feb  2 08:16:22 2016
New Revision: 259505

URL: http://llvm.org/viewvc/llvm-project?rev=259505&view=rev
Log:
Remove unneeded definition [NFC]

Modified:
    polly/trunk/include/polly/ScopPass.h

Modified: polly/trunk/include/polly/ScopPass.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopPass.h?rev=259505&r1=259504&r2=259505&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopPass.h (original)
+++ polly/trunk/include/polly/ScopPass.h Tue Feb  2 08:16:22 2016
@@ -22,8 +22,6 @@
 
 using namespace llvm;
 
-struct isl_ctx;
-
 namespace polly {
 class Scop;
 




More information about the llvm-commits mailing list