forked from OSchip/llvm-project
[Polly] Remove unused declaration. NFC.
This commit is contained in:
parent
63d787e5d4
commit
f0f5afc4dd
|
@ -338,8 +338,6 @@ struct MatMulInfoTy {
|
|||
int k = -1;
|
||||
};
|
||||
|
||||
extern bool DisablePollyTiling;
|
||||
|
||||
class ScheduleTreeOptimizer {
|
||||
public:
|
||||
/// Apply schedule tree transformations.
|
||||
|
|
Loading…
Reference in New Issue