Skip to content

Commit 42a4f51

Browse files
[Transform] Remove redundant declaration PollyAllowFullFunction (NFC)
The variable is declared in ScopDetection.h, which ScopInliner.cpp includes. Identified by readability-redundant-declaration.
1 parent bc091e0 commit 42a4f51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

polly/lib/Transform/ScopInliner.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
using namespace llvm;
2727
using namespace polly;
2828

29-
extern bool polly::PollyAllowFullFunction;
30-
3129
namespace {
3230
class ScopInliner : public CallGraphSCCPass {
3331
using llvm::Pass::doInitialization;

0 commit comments

Comments
 (0)