debug: remove unneeded 'number' member of 'struct debug_info_cat'
commitfaadfe2b93db0976952b13a7870074ac8979bcd9
authorHarald Welte <laforge@gnumonks.org>
Fri, 26 Mar 2010 13:05:43 +0000 (26 21:05 +0800)
committerHarald Welte <laforge@gnumonks.org>
Fri, 26 Mar 2010 13:26:01 +0000 (26 21:26 +0800)
tree047dd39a3e755e4f992ee8a56278f270ffae6b24
parentd788f6688c5ef80a115fd13be4cf40ee16a85389
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
src/debug.c