mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
rdoff/rdlib.c: Remove unused function rdl_close()
The function rdl_close() is never used, remove it. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
724719b1da
commit
12c0702824
@ -126,13 +126,6 @@ int rdl_open(struct librarynode *lib, const char *name)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void rdl_close(struct librarynode *lib)
|
||||
{
|
||||
if (lib->fp)
|
||||
fclose(lib->fp);
|
||||
free(lib->name);
|
||||
}
|
||||
|
||||
int rdl_searchlib(struct librarynode *lib, const char *label, rdffile * f)
|
||||
{
|
||||
char buf[512];
|
||||
|
Loading…
x
Reference in New Issue
Block a user