[CLASSES]: Remove redundant setting in cus__emit_struct_definitions

cus__add_definition already dos this for us.

[acme@newtoy pahole]$ codiff -V build/libclasses.so.orig build/libclasses.so
/home/acme/pahole/classes.c:
  cus__emit_struct_definitions |  -13 # 336 -> 323
 1 function changed, 13 bytes removed
[acme@newtoy pahole]$

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-09 13:03:09 -02:00
parent 406e9db7c1
commit 8b797ddc38
1 changed files with 0 additions and 1 deletions

View File

@ -2561,7 +2561,6 @@ int cus__emit_struct_definitions(struct cus *self, struct cu *cu,
class__find_holes(class, cu);
tag__print(tag, cu, prefix, suffix);
ctype->definition_emitted = 1;
putchar('\n');
return 1;
}