benchtests: Remove redundant assert.h

This patch removed redundant "#include <assert.h>" from
bench-memset-large.c and bench-memset-walk.c.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Naohiro Tamura 2021-09-13 09:08:26 +05:30 committed by Siddhesh Poyarekar
parent 3886eaff9d
commit 2fd36391be
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
#define TIMEOUT (20 * 60)
#include "bench-string.h"
#include <assert.h>
#include "json-lib.h"
void *generic_memset (void *, int, size_t);

View File

@ -23,7 +23,6 @@
#define TIMEOUT (20 * 60)
#include "bench-string.h"
#include <assert.h>
#include "json-lib.h"
void *generic_memset (void *, int, size_t);