]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/remove.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / functions / stdio / remove.c
diff --git a/functions/stdio/remove.c b/functions/stdio/remove.c
deleted file mode 100644 (file)
index e89b995..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-int remove( const char * filename ) { /* TODO */ };