This was leftover from an earlier implementation of load_blob(). Signed-off-by: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> --- tests/testutils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testutils.c b/tests/testutils.c index 4a2acc9..101b00b 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -159,8 +159,6 @@ int nodename_eq(const char *s1, const char *s2) return 0; } -#define CHUNKSIZE 128 - void *load_blob(const char *filename) { char *blob; -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html