[polly] r235256 - Drop unused extern declaration

Tobias Grosser tobias at grosser.es
Sat Apr 18 08:57:56 PDT 2015


Author: grosser
Date: Sat Apr 18 10:57:56 2015
New Revision: 235256

URL: http://llvm.org/viewvc/llvm-project?rev=235256&view=rev
Log:
Drop unused extern declaration

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

Modified: polly/trunk/include/polly/TempScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/TempScopInfo.h?rev=235256&r1=235255&r2=235256&view=diff
==============================================================================
--- polly/trunk/include/polly/TempScopInfo.h (original)
+++ polly/trunk/include/polly/TempScopInfo.h Sat Apr 18 10:57:56 2015
@@ -29,8 +29,6 @@ using namespace llvm;
 
 namespace polly {
 
-extern bool PollyDelinearize;
-
 //===---------------------------------------------------------------------===//
 /// @brief A memory access described by a SCEV expression and the access type.
 class IRAccess {





More information about the llvm-commits mailing list