Remove unused macro.

This commit is contained in:
Pawel Jakub Dawidek 2004-07-13 12:01:29 +00:00
parent 45c26487a7
commit f3b3b0ce27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132098

View File

@ -50,15 +50,6 @@ extern u_int g_label_debug;
printf("\n"); \
} \
} while (0)
#define G_LABEL_LOGREQ(bp, ...) do { \
if (g_label_debug >= 2) { \
printf("GEOM_LABEL[2]: "); \
printf(__VA_ARGS__); \
printf(" "); \
g_print_bio(bp); \
printf("\n"); \
} \
} while (0)
typedef void g_label_taste_t (struct g_consumer *cp, char *label, size_t size);