readonly-mountpoint: Remove unusued variable
This commit is contained in:
parent
6d6d3d4228
commit
bc21ccc981
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue