From f2384d9ee35616e382aa59c15d5c83cf9f112496 Mon Sep 17 00:00:00 2001 From: Alex Taffe Date: Tue, 4 Nov 2025 13:32:49 -0500 Subject: [PATCH] Fix createGzipForPath compile failure --- FBControlCore/Utility/FBArchiveOperations.h | 1 - 1 file changed, 1 deletion(-) diff --git a/FBControlCore/Utility/FBArchiveOperations.h b/FBControlCore/Utility/FBArchiveOperations.h index 9b71409d5..a48576a96 100644 --- a/FBControlCore/Utility/FBArchiveOperations.h +++ b/FBControlCore/Utility/FBArchiveOperations.h @@ -109,7 +109,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. */