From faadfe2b93db0976952b13a7870074ac8979bcd9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 26 Mar 2010 21:05:43 +0800 Subject: debug: remove unneeded 'number' member of 'struct debug_info_cat' As the debug subsystem number is used as index into the debug_info_cat array, there is no need to store the number explicitly inside the structure again. --- include/osmocore/debug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/osmocore/debug.h b/include/osmocore/debug.h index a1658314..0caec283 100644 --- a/include/osmocore/debug.h +++ b/include/osmocore/debug.h @@ -48,7 +48,6 @@ struct debug_info_cat { const char *name; const char *color; const char *description; - int number; uint8_t loglevel; uint8_t enabled; }; -- cgit v1.2.3