get rid of nearly-empty getenv.c file

This commit is contained in:
Jeff Epler 2022-12-13 13:13:01 -06:00
parent 35f2046ab2
commit 5ac622a30d
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
2 changed files with 1 additions and 2 deletions

View File

@ -614,7 +614,6 @@ SRC_SHARED_MODULE_ALL = \
onewireio/__init__.c \
onewireio/OneWire.c \
os/__init__.c \
os/getenv.c \
paralleldisplay/ParallelBus.c \
qrio/__init__.c \
qrio/QRDecoder.c \
@ -715,6 +714,7 @@ endif
SRC_SHARED_MODULE_INTERNAL = \
$(filter $(SRC_PATTERNS), \
displayio/display_core.c \
os/getenv.c \
usb/utf16le.c \
)

View File

@ -1 +0,0 @@
// this file needs to exist but does not have any content