diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-07-30 11:41:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 11:41:19 -0700 |
commit | 0d6a67c1ad6742d2c1a1606c91aa5c73c74c002a (patch) | |
tree | 8e3af060644c25b27afaa1965ba2350e970df4d1 /lldb/unittests/ScriptInterpreter/Python | |
parent | ec0c79df593c4a23565e54d8f9acccbb241513a6 (diff) | |
download | llvm-0d6a67c1ad6742d2c1a1606c91aa5c73c74c002a.zip llvm-0d6a67c1ad6742d2c1a1606c91aa5c73c74c002a.tar.gz llvm-0d6a67c1ad6742d2c1a1606c91aa5c73c74c002a.tar.bz2 |
[flang][runtime] Remove redundant initialization (#150984)
The assignment to mutableModes() in BeginIoStatement() is redundant,
since the mutableModes_ data member is initialized by the constructors
of the two classes that now have one. Remove the assignment to avoid
confusion.
Also restores the original OutputStatementState base class name after a
recent patch that needlessly changed it to something equivalent but less
readable.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions