Merge pull request #290 from bingen/fix_unused_func

ldpd: Remove lde_release_label_chunk to avoid warnings
This commit is contained in:
Donald Sharp 2017-03-23 12:37:02 -04:00 committed by GitHub
commit 7a6327c003

View File

@ -1672,9 +1672,3 @@ end:
return label;
}
/* TODO: not used yet. Have to check label release */
static void
lde_release_label_chunk(void)
{
return;
}