Skip to content

Commit

Permalink
Remove some unused code in the driver (nv-legate#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad authored Jun 3, 2022
1 parent 1070200 commit 6ef7ca9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions legate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
import subprocess
import sys

_version = sys.version_info.major

try:
_input = raw_input # Python 2.x:
except NameError:
_input = input # Python 3.x:

os_name = platform.system()

if os_name == "Linux":
Expand Down

0 comments on commit 6ef7ca9

Please sign in to comment.