fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

commit b83c06f2ba2d0500135ea1eeddba4a3b338cb6b7
parent 54cdd8db73651e02b364ab3db462005c50593132
Author: Friedel Schön <[email protected]>
Date:   Tue, 26 Dec 2023 18:32:25 +0100

remove zzz-test

Diffstat:
Dbin/zzz-test.lnk | 2--
Mbin/zzz.c | 3---
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/bin/zzz-test.lnk b/bin/zzz-test.lnk @@ -1 +0,0 @@ -zzz -\ No newline at end of file diff --git a/bin/zzz.c b/bin/zzz.c @@ -44,9 +44,6 @@ int main(int argc, char** argv) { } else if (streq(argv[0], "ZZZ")) { new_state = "disk"; new_disk = "platform"; - } else if (streq(argv[0], "zzz-test")) { - new_state = NULL; - new_disk = NULL; } else { fprintf(stderr, "error: program-name `%s` invalid\n", argv[0]); return 1;