diff options
author | David Schultz <das@FreeBSD.org> | 2012-01-20 06:59:29 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2012-01-20 06:59:29 +0000 |
commit | 988825812e30f292e27d25504a3dc17f95c9feb1 (patch) | |
tree | 38ede9045d6745158b3080a7616084b43fdb593f | |
parent | b831cdf6b17dc7d4cd8546d30ddf528f54135695 (diff) |
Notes
-rw-r--r-- | lib/libdisk/libdisk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 301d0540166e..a302c645b4d1 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -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() |