Skip to content

Commit fb0cd78

Browse files
ingomueller-netchencha3
authored andcommitted
[mlir] Remove unused and untested shouldSplitInputFile. (llvm#85622)
This was changed by llvm#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 fd5223e commit fb0cd78

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)