diff options
Diffstat (limited to 'src/sysdeps/tryancilautoclose.c')
-rw-r--r-- | src/sysdeps/tryancilautoclose.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sysdeps/tryancilautoclose.c b/src/sysdeps/tryancilautoclose.c deleted file mode 100644 index 4cb08b3..0000000 --- a/src/sysdeps/tryancilautoclose.c +++ /dev/null @@ -1,12 +0,0 @@ -/* ISC license. */ - - /* - * It's actually false everywhere. - * Not removing the test for now because it would mean editing all the - * places where the test happens. Will remove it later. - */ - -int main (void) -{ - return 1 ; -} |