Skip to content

Commit e1f50fd

Browse files
[mlir] Remove unused and untested shouldSplitInputFile. (#85622)
This was changed by #84765 but turned out to be buggy. Since it isn't used and isn't tested, it is probably best to remove it.
1 parent fe64b26 commit e1f50fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ class MlirOptMainConfig {
144144
splitInputFileFlag = std::move(splitMarker);
145145
return *this;
146146
}
147-
bool shouldSplitInputFile() const { return splitInputFileFlag.empty(); }
148147
StringRef inputSplitMarker() const { return splitInputFileFlag; }
149148

150149
/// Set whether to merge the output chunks into one file using the given

0 commit comments

Comments
 (0)