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
This commit is contained in:
River Riddle 2019-10-08 10:03:54 -07:00 committed by A. Unique TensorFlower
parent 0cdc53a762
commit 0dd404e4e1
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ OpAsmPrinter::~OpAsmPrinter() {}
static llvm::cl::opt<unsigned> 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<bool>
printDebugInfoOpt("mlir-print-debuginfo",