uthash: move remaining utarray usage to parameters and delete unused

- this is to discourage further use until utarray can be dropped entirely
This commit is contained in:
Daniel Agar
2021-01-24 15:58:11 -05:00
committed by Lorenz Meier
parent 9ed959402e
commit 711a69854b
14 changed files with 4 additions and 3670 deletions

View File

@@ -17,7 +17,7 @@ exec find boards msg src platforms test \
-path src/drivers/uavcan/uavcan_drivers/kinetis/driver/include/uavcan_kinetis -prune -o \
-path src/lib/ecl -prune -o \
-path src/lib/matrix -prune -o \
-path src/lib/systemlib/uthash -prune -o \
-path src/lib/parameters/uthash -prune -o \
-path src/examples/gyro_fft/CMSIS_5 -prune -o \
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
-path src/modules/micrortps_bridge/microRTPS_client -prune -o \