diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-03 03:42:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-03 03:42:01 +0000 |
commit | 312a668a2270134e00534e587ff76886f8570aae (patch) | |
tree | e50975e8ca629c5baad56a51fc786c47ba13f21a /winsup/cygwin | |
parent | 05a7c4f7a9800c821ebb45d977174a37bb035eca (diff) | |
download | cygnal-312a668a2270134e00534e587ff76886f8570aae.tar.gz cygnal-312a668a2270134e00534e587ff76886f8570aae.tar.bz2 cygnal-312a668a2270134e00534e587ff76886f8570aae.zip |
Remove everything
Diffstat (limited to 'winsup/cygwin')
3 files changed, 0 insertions, 9 deletions
diff --git a/winsup/cygwin/testsuite/winsup.api/samples/sample-pass.c b/winsup/cygwin/testsuite/winsup.api/samples/sample-pass.c deleted file mode 100644 index 893a0b605..000000000 --- a/winsup/cygwin/testsuite/winsup.api/samples/sample-pass.c +++ /dev/null @@ -1,4 +0,0 @@ -main() -{ - return 0; -} diff --git a/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-fail.c b/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-fail.c deleted file mode 100644 index d8beb90be..000000000 --- a/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-fail.c +++ /dev/null @@ -1,4 +0,0 @@ -main() -{ - return 1; -} diff --git a/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-miscompile.c b/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-miscompile.c deleted file mode 100644 index bc0d21d2e..000000000 --- a/winsup/cygwin/testsuite/winsup.api/samples/xf-sample-miscompile.c +++ /dev/null @@ -1 +0,0 @@ -foo bar grill |