Remove env vars
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m29s
Build documentation / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-04-28 22:54:01 +02:00
parent fbf067d418
commit bf9e2bd222
10 changed files with 0 additions and 192 deletions

View File

@@ -4,7 +4,6 @@ c += proc/proc.c \
proc/procgroup.c \
proc/suspension_q.c \
proc/mail.c \
proc/env.c \
proc/stream.c
o += proc/proc.o \
@@ -13,5 +12,4 @@ o += proc/proc.o \
proc/procgroup.o \
proc/suspension_q.o \
proc/mail.o \
proc/env.o \
proc/stream.o