Eliminate 'set but not used' warning turned error.

svn path=/trunk/; revision=45929
This commit is contained in:
Jeff Morriss 2012-11-05 14:58:54 +00:00
parent 6d107d40e0
commit 96d2ba5d53
1 changed files with 0 additions and 3 deletions

View File

@ -328,9 +328,6 @@ proto_register_sbc(void)
void
proto_reg_handoff_sbc(void)
{
dissector_handle_t sbc_handle;
sbc_handle = find_dissector("sbc");
data_handle = find_dissector("data");
}