Drop unused extern declaration

llvm-svn: 235256
This commit is contained in:
Tobias Grosser 2015-04-18 15:57:56 +00:00
parent 985c9f0ccc
commit 5a475e7936
1 changed files with 0 additions and 2 deletions

View File

@ -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 {