python: Get rid of the unused jobfile.py.
This was likely once for managing jobs sent to a batch processing system, but it's not actually used anywhere in gem5. Change-Id: I68025eaa45bde9eeb92145a4b91c8f4a184e5250 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49394 Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
@@ -52,7 +52,6 @@ PySource('m5.util', 'm5/util/dot_writer.py')
|
||||
PySource('m5.util', 'm5/util/dot_writer_ruby.py')
|
||||
PySource('m5.util', 'm5/util/fdthelper.py')
|
||||
PySource('m5.util', 'm5/util/grammar.py')
|
||||
PySource('m5.util', 'm5/util/jobfile.py')
|
||||
PySource('m5.util', 'm5/util/multidict.py')
|
||||
PySource('m5.util', 'm5/util/pybind.py')
|
||||
PySource('m5.util', 'm5/util/terminal.py')
|
||||
|
||||
Reference in New Issue
Block a user