From a8bf7baaddc34b065de8450c2db44185260a7c62 Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Thu, 21 Aug 2025 20:07:07 -0700 Subject: [PATCH] Fix up bad param documentation `queue` is not a parameter for this method. --- FBControlCore/Utility/FBArchiveOperations.h | 1 - 1 file changed, 1 deletion(-) diff --git a/FBControlCore/Utility/FBArchiveOperations.h b/FBControlCore/Utility/FBArchiveOperations.h index 0629aed5b..2c2b78209 100644 --- a/FBControlCore/Utility/FBArchiveOperations.h +++ b/FBControlCore/Utility/FBArchiveOperations.h @@ -97,7 +97,6 @@ typedef NS_ENUM(NSUInteger, FBCompressionFormat) { To confirm that the stream has been correctly written, the caller should check the exit code of the returned task upon completion. @param path the path to archive. - @param queue the queue to do work on @param logger the logger to log to. @return a Future containing a task with an NSInputStream attached to stdout. */