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) {
struct statvfs stat;
int res;
if (argc != 2) {
fprintf(stderr, "Usage: %s PATH", argv[0]);
exit(2);