Fix a boatload of warnings in the examples.
[kai/samba.git] / examples / libsmbclient / teststat3.c
index 26348b335c197b100d1fedf68aa607f9e3b1fe21..3efe51dffa7b381b0ee99c5bd8c4b1a63a60571e 100644 (file)
@@ -17,9 +17,6 @@ int main(int argc, char* argv[])
         int             fd;
         struct stat     st1;
         struct stat     st2;
-        char            mtime[32];
-        char            ctime[32];
-        char            atime[32];
         char *          pUrl = argv[1];
 
         if(argc != 2)