From 0ed4eaceca3580c3a3edbbd193310dfca315f18e Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 31 Jan 2025 10:24:51 -0800 Subject: [PATCH] Remove dup Signed-off-by: Anton Korobeynikov --- lib/Dialect/P4HIR/P4HIR_Attrs.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Dialect/P4HIR/P4HIR_Attrs.cpp b/lib/Dialect/P4HIR/P4HIR_Attrs.cpp index e25d294..bd6d325 100644 --- a/lib/Dialect/P4HIR/P4HIR_Attrs.cpp +++ b/lib/Dialect/P4HIR/P4HIR_Attrs.cpp @@ -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;