- fixed a crash bug for 'print -'
[gd/samba/.git] / source3 / client / clitar.c
index 1d9d09066beee8153309a2a843946d1cfd1b3f33..43b0ef44bc745aec7752eaa3aa63c8180377ed2c 100644 (file)
@@ -66,8 +66,6 @@ typedef struct
 
 } stack;
 
-static stack dir_stack = {NULL, 0}; /* Want an empty stack */
-
 #define SEPARATORS " \t\n\r"
 extern struct cli_state *cli;