[MLIR][Presburger] Remove forward declaration to PresburgerLocalSpace
authorGroverkss <groverkss@gmail.com>
Thu, 31 Mar 2022 08:57:36 +0000 (14:27 +0530)
committerGroverkss <groverkss@gmail.com>
Thu, 31 Mar 2022 08:58:27 +0000 (14:28 +0530)
This patch removes a forward declaration to PresburgerLocalSpace, a
class which does not exist anymore.

mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h

index 1cb1b1d..4a587a2 100644 (file)
@@ -20,8 +20,6 @@
 namespace mlir {
 namespace presburger {
 
-class PresburgerLocalSpace;
-
 /// Kind of identifier. Implementation wise SetDims are treated as Range
 /// ids, and spaces with no distinction between dimension ids are treated
 /// as relations with zero domain ids.