Skip to content

Commit 5ac622a

Browse files
committed
get rid of nearly-empty getenv.c file
1 parent 35f2046 commit 5ac622a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

py/circuitpy_defns.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ SRC_SHARED_MODULE_ALL = \
614614
onewireio/__init__.c \
615615
onewireio/OneWire.c \
616616
os/__init__.c \
617-
os/getenv.c \
618617
paralleldisplay/ParallelBus.c \
619618
qrio/__init__.c \
620619
qrio/QRDecoder.c \
@@ -715,6 +714,7 @@ endif
715714
SRC_SHARED_MODULE_INTERNAL = \
716715
$(filter $(SRC_PATTERNS), \
717716
displayio/display_core.c \
717+
os/getenv.c \
718718
usb/utf16le.c \
719719
)
720720

shared-bindings/os/getenv.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)