summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-12-01 01:54:51 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-10-01 12:10:41 +0100
commit781f955aa2fb813dd87986cbcc22c1676a2dd9a9 (patch)
treec0c1e08ad7711d18849cad1b27fcef5ad4931d5b /firmware/SOURCES
parentd3b588678f9d330d1273143855f9705c4e980030 (diff)
downloadrockbox-781f955aa2fb813dd87986cbcc22c1676a2dd9a9.tar.gz
rockbox-781f955aa2fb813dd87986cbcc22c1676a2dd9a9.zip
Remove structec API
In my opinion this API is just not very useful - design is kind of questionable. There are hidden limits on the struct size and bugs on 64-bit platforms due to assuming sizeof(long) == 4. At the end of the day, the only major user was the tagcache and it's actually less code size to do endian swapping manually. Change-Id: I451c7f1a10cf3e28744c32c0f1f39a710d5cc100
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 7e2ffb323e..71194748f9 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -246,7 +246,6 @@ common/strnatcmp.c
246common/strlcat.c 246common/strlcat.c
247common/strlcpy.c 247common/strlcpy.c
248common/strmemccpy.c 248common/strmemccpy.c
249common/structec.c
250common/timefuncs.c 249common/timefuncs.c
251common/unicode.c 250common/unicode.c
252common/vuprintf.c 251common/vuprintf.c