Skip to content

Commit f1ba6c3

Browse files
quick repo garbage collection (commaai#35274)
* start gc * lil more * debug * no sound * add back
1 parent d7bf309 commit f1ba6c3

17 files changed

Lines changed: 8 additions & 128 deletions

SConstruct

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ AddOption('--external-sconscript',
5555
dest='external_sconscript',
5656
help='add an external SConscript to the build')
5757

58-
AddOption('--pc-thneed',
59-
action='store_true',
60-
dest='pc_thneed',
61-
help='use thneed on pc')
62-
6358
AddOption('--mutation',
6459
action='store_true',
6560
help='generate mutation-ready code')
@@ -288,12 +283,7 @@ else:
288283
elif arch != "Darwin":
289284
qt_libs += ["GL"]
290285
qt_env['QT3DIR'] = qt_env['QTDIR']
291-
292-
# compatibility for older SCons versions
293-
try:
294-
qt_env.Tool('qt3')
295-
except SCons.Errors.UserError:
296-
qt_env.Tool('qt')
286+
qt_env.Tool('qt3')
297287

298288
qt_env['CPPPATH'] += qt_dirs + ["#third_party/qrcode"]
299289
qt_flags = [

common/ffi_wrapper.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

common/filter_simple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class FirstOrderFilter:
2-
# first order filter
32
def __init__(self, x0, rc, dt, initialized=True):
43
self.x = x0
54
self.dt = dt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tools = [
123123
]
124124

125125
[project.urls]
126-
Homepage = "https://comma.ai"
126+
Homepage = "https://github.com/commaai/openpilot"
127127

128128
[build-system]
129129
requires = ["hatchling"]
File renamed without changes.

selfdrive/debug/measure_modeld_packet_drop.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

selfdrive/debug/show_matching_cars.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)