Jelajahi Sumber

Removed some unused code.

Ryan C. Gordon 14 tahun lalu
induk
melakukan
52267fe380
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      src/platform_unix.c

+ 0 - 5
src/platform_unix.c

@@ -39,11 +39,6 @@
 
 #include "physfs_internal.h"
 
-/* !!! FIXME: we should probably remove MAXPATHLEN entirely, if we can. */
-#ifndef MAXPATHLEN
-#define MAXPATHLEN 1024
-#endif
-
 int __PHYSFS_platformInit(void)
 {
     return 1;  /* always succeed. */