Skip to content

Commit

Permalink
common: remove statlog (#30774)
Browse files Browse the repository at this point in the history
* common: remove statlog

* fix release
  • Loading branch information
adeebshihadeh authored Dec 17, 2023
1 parent 4b54c0b commit a07060b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 82 deletions.
1 change: 0 additions & 1 deletion common/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Import('env', 'envCython', 'arch')

common_libs = [
'params.cc',
'statlog.cc',
'swaglog.cc',
'util.cc',
'i2c.cc',
Expand Down
47 changes: 0 additions & 47 deletions common/statlog.cc

This file was deleted.

10 changes: 0 additions & 10 deletions common/statlog.h

This file was deleted.

26 changes: 2 additions & 24 deletions release/files_common
Original file line number Diff line number Diff line change
Expand Up @@ -127,30 +127,8 @@ selfdrive/debug/vw_mqb_config.py
common/SConscript
common/version.h

common/prefix.h
common/swaglog.h
common/swaglog.cc
common/statlog.h
common/statlog.cc
common/util.cc
common/util.h
common/queue.h
common/clutil.cc
common/clutil.h
common/params.h
common/params.cc
common/ratekeeper.cc
common/ratekeeper.h
common/watchdog.cc
common/watchdog.h

common/mat.h
common/timing.h

common/gpio.cc
common/gpio.h
common/i2c.cc
common/i2c.h
common/*.h
common/*.cc

selfdrive/controls/__init__.py
selfdrive/controls/controlsd.py
Expand Down

0 comments on commit a07060b

Please sign in to comment.