From bc21ccc981e4f8b30c3e7af6b5e20a36990baba2 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 7 Mar 2013 19:05:54 -0500 Subject: [PATCH] readonly-mountpoint: Remove unusued variable --- modules/system/boot/readonly-mountpoint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/boot/readonly-mountpoint.c b/modules/system/boot/readonly-mountpoint.c index 03ec18d4ceba..605adfafabb0 100644 --- a/modules/system/boot/readonly-mountpoint.c +++ b/modules/system/boot/readonly-mountpoint.c @@ -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);