btrfs-progs: disk-io: Fix read_extent_data() error handler for missing device
[platform/upstream/btrfs-progs.git] / help.c
diff --git a/help.c b/help.c
index 311a432..f1dd394 100644 (file)
--- a/help.c
+++ b/help.c
@@ -115,7 +115,7 @@ void clean_args_no_options(int argc, char *argv[], const char * const *usagestr)
  * - "-- option1 option2 ..."
  * - "option1 option2 ..."
  */
-void clean_args_no_options_relaxed(int argc, char *argv[], const char * const *usagestr)
+void clean_args_no_options_relaxed(int argc, char *argv[])
 {
        if (argc <= 1)
                return;