Remove an errant `#define dprintf printf'. It seems to be leftover

debugging code that nothing depends on. (I've had this in my tree for
years without issue.)
This commit is contained in:
David Schultz 2012-01-20 06:59:29 +00:00
parent b831cdf6b1
commit 988825812e

View File

@ -293,8 +293,6 @@ int Fixup_Names(struct disk *);
int MakeDevChunk(const struct chunk *, const char *);
__END_DECLS
#define dprintf printf
/* TODO
*
* Need an error string mechanism from the functions instead of warn()