Skip to content

Commit

Permalink
[osh] Remove mapfile :x sugar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Apr 18, 2024
1 parent a015b9e commit 37648c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builtin/io_osh.py
Expand Up @@ -122,9 +122,6 @@ def Run(self, cmd_val):
var_name, _ = arg_r.Peek2()
if var_name is None:
var_name = 'MAPFILE'
else:
if var_name.startswith(':'):
var_name = var_name[1:]

lines = [] # type: List[str]
while True:
Expand Down

0 comments on commit 37648c0

Please sign in to comment.