Skip to content

Commit

Permalink
Remove dup
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Korobeynikov <anton@korobeynikov.info>
  • Loading branch information
asl committed Jan 31, 2025
1 parent 09b4e28 commit 0ed4eac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Dialect/P4HIR/P4HIR_Attrs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
using namespace mlir;
using namespace P4::P4MLIR::P4HIR;

Type BoolType::parse(mlir::AsmParser &parser) { return get(parser.getContext()); }

void BoolType::print(mlir::AsmPrinter &printer) const {}

Attribute IntAttr::parse(AsmParser &parser, Type odsType) {
mlir::APInt APValue;

Expand Down

0 comments on commit 0ed4eac

Please sign in to comment.