From 0dd404e4e10eb494859d866185dbdb09621a0ea8 Mon Sep 17 00:00:00 2001 From: River Riddle Date: Tue, 8 Oct 2019 10:03:54 -0700 Subject: [PATCH] NFC: Remove unused default cl::opt value. The default value is never used as the value of the elide option is only used if it has an occurrence. PiperOrigin-RevId: 273545143 --- mlir/lib/IR/AsmPrinter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlir/lib/IR/AsmPrinter.cpp b/mlir/lib/IR/AsmPrinter.cpp index 42b97221075f..f44aa71b9c69 100644 --- a/mlir/lib/IR/AsmPrinter.cpp +++ b/mlir/lib/IR/AsmPrinter.cpp @@ -62,8 +62,7 @@ OpAsmPrinter::~OpAsmPrinter() {} static llvm::cl::opt elideElementsAttrIfLarger( "mlir-elide-elementsattrs-if-larger", llvm::cl::desc("Elide ElementsAttrs with \"...\" that have " - "more elements than the given upper limit"), - llvm::cl::init(16)); + "more elements than the given upper limit")); static llvm::cl::opt printDebugInfoOpt("mlir-print-debuginfo",