vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
[samba.git] / examples / libsmbclient / testtruncate.c
index 8882acd85db2b44dbc7a07f2933f152b13e4673a..3e29ad225c718e324da46d93b2333f31f35ea84f 100644 (file)
@@ -14,8 +14,6 @@ int main(int argc, char * argv[])
     int             debug = 0;
     int             savedErrno;
     char            buffer[128];
-    char *          pSmbPath = NULL;
-    char *          pLocalPath = NULL;
     struct stat     st; 
     
     if (argc != 2)