Skip to content

Commit

Permalink
Kill outdated reference to bindings.Mode.ReadFlattenSteps (#4185)
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer authored May 28, 2024
1 parent 5506159 commit 6c4c3e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/adios2/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def string_to_mode(mode: str) -> [bindings.Mode, bool]:
elif mode == "rra":
bmode = bindings.Mode.ReadRandomAccess
read_mode = True
elif mode == "rfs":
bmode = bindings.Mode.ReadFlattenSteps
read_mode = True
elif mode == "w":
bmode = bindings.Mode.Write
elif mode == "a":
Expand Down

0 comments on commit 6c4c3e5

Please sign in to comment.