From 04a9243f0852ba2043aaaf43b01481ebfd19c36a Mon Sep 17 00:00:00 2001 From: Simon Buhrow Date: Fri, 29 Oct 2021 08:28:51 +0200 Subject: [PATCH] flashrom.c: Delete obsolete comment Change-Id: Ibd53fe34c05f87d7ecc0d6eee6463f9da3a174d4 Signed-off-by: Simon Buhrow Reviewed-on: https://review.coreboot.org/c/flashrom/+/58742 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- flashrom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/flashrom.c b/flashrom.c index 3987bb9cd..48d953b06 100644 --- a/flashrom.c +++ b/flashrom.c @@ -1377,7 +1377,6 @@ _free_ret: * be erased. * * @param flashctx Flash context to be used. - * @param buffer Buffer of full chip size to read into. * @return 0 on success, * 1 if all available erase functions failed. */