Remove unused variables.

This commit is contained in:
br 2016-07-29 12:29:17 +00:00
parent 81a2f26569
commit ab84b21b39

View File

@ -82,11 +82,9 @@ fbt_provide_module_function(linker_file_t lf, int symindx,
linker_symval_t *symval, void *opaque)
{
fbt_probe_t *fbt, *retfbt;
uint32_t *target, *start;
uint32_t *instr, *limit;
const char *name;
char *modname;
int offs;
modname = opaque;
name = symval->name;