Commit 7029dd14 7029dd1452353218a1bc4ccc02327632b619315b by Sergey Poznyakoff

Removed unused variable

1 parent 7c53f927
...@@ -109,7 +109,6 @@ int ...@@ -109,7 +109,6 @@ int
109 main (int argc, char **argv) 109 main (int argc, char **argv)
110 { 110 {
111 int c; 111 int c;
112 int status = 0;
113 size_t total; 112 size_t total;
114 113
115 /* Native Language Support */ 114 /* Native Language Support */
......