[LIB]: Remove unused variables in function__print

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-12 16:03:38 -02:00
parent 3fe4f09a27
commit c1f96237b3
1 changed files with 0 additions and 2 deletions

View File

@ -1642,8 +1642,6 @@ void function__print(const struct tag *tag_self, const struct cu *cu)
{
struct function *self = tag__function(tag_self);
char bf[2048];
struct tag *class_type;
const char *type = "<ERROR>";
printf("/* %s:%u */\n", tag_self->decl_file, tag_self->decl_line);