mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
tests: Remove unused #define
This was leftover from an earlier implementation of load_blob(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
This commit is contained in:
parent
fb9c6abdda
commit
e2556aaeb5
1 changed files with 0 additions and 2 deletions
|
@ -159,8 +159,6 @@ int nodename_eq(const char *s1, const char *s2)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CHUNKSIZE 128
|
|
||||||
|
|
||||||
void *load_blob(const char *filename)
|
void *load_blob(const char *filename)
|
||||||
{
|
{
|
||||||
char *blob;
|
char *blob;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue