symlink: use throughout gnulib
[gnulib.git] / tests / test-rmdir.c
index d7e4da3..9d8eb5a 100644 (file)
 #include <stdlib.h>
 #include <sys/stat.h>
 
-#if !HAVE_SYMLINK
-# define symlink(a,b) (-1)
-#endif
-
 #define ASSERT(expr) \
   do                                                                         \
     {                                                                        \