readonly-mountpoint: Remove unusued variable

This commit is contained in:
Shea Levy 2013-03-07 19:05:54 -05:00
parent 6d6d3d4228
commit bc21ccc981

View File

@ -4,7 +4,6 @@
int main(int argc, char ** argv) { int main(int argc, char ** argv) {
struct statvfs stat; struct statvfs stat;
int res;
if (argc != 2) { if (argc != 2) {
fprintf(stderr, "Usage: %s PATH", argv[0]); fprintf(stderr, "Usage: %s PATH", argv[0]);
exit(2); exit(2);