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. */