remove unused variables

This commit is contained in:
Josh Coalson 2004-07-16 00:18:11 +00:00
parent 1138520df3
commit b0be1e87bd

View File

@ -1399,7 +1399,6 @@ FLAC_API FLAC__bool FLAC__metadata_chain_write(FLAC__Metadata_Chain *chain, FLAC
FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks)
{
unsigned current_length;
FLAC__bool ret;
FLAC__ASSERT(0 != chain);