[Mlir-commits] [mlir] 03d64ac - [mlir] Remove unused forward declaration OpAsmParserResult

Kazu Hirata llvmlistbot at llvm.org
Wed Jun 14 22:05:06 PDT 2023


Author: Kazu Hirata
Date: 2023-06-14T22:04:47-07:00
New Revision: 03d64acd4e21faae15f8a341ca43385ec33052d9

URL: https://github.com/llvm/llvm-project/commit/03d64acd4e21faae15f8a341ca43385ec33052d9
DIFF: https://github.com/llvm/llvm-project/commit/03d64acd4e21faae15f8a341ca43385ec33052d9.diff

LOG: [mlir] Remove unused forward declaration OpAsmParserResult

The corresponding class definition was removed by:

  commit 17ef97bf7e124d7cba023011a7764e64b2889212
  Author: Chris Lattner <clattner at google.com>
  Date:   Tue Aug 7 09:12:35 2018 -0700

Added: 
    

Modified: 
    mlir/include/mlir/IR/OperationSupport.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/OperationSupport.h b/mlir/include/mlir/IR/OperationSupport.h
index b5c49ff9e37ea..82efa9dfecacd 100644
--- a/mlir/include/mlir/IR/OperationSupport.h
+++ b/mlir/include/mlir/IR/OperationSupport.h
@@ -47,7 +47,6 @@ class NamedAttrList;
 class Operation;
 struct OperationState;
 class OpAsmParser;
-class OpAsmParserResult;
 class OpAsmPrinter;
 class OperandRange;
 class OperandRangeRange;


        


More information about the Mlir-commits mailing list