@@ -721,7 +721,6 @@ void ATTRprint_access_methods( CONST char * entnm, Variable a, FILE * file ) {
721721 Type t = VARget_type ( a );
722722 Class_Of_Type class ;
723723 char ctype [BUFSIZ ]; /* type of data member */
724- char return_type [BUFSIZ ];
725724 char attrnm [BUFSIZ ];
726725 char membernm [BUFSIZ ];
727726 char funcnm [BUFSIZ ]; /* name of member function */
@@ -1062,7 +1061,6 @@ void ENTITYnames_print( Entity entity, FILE * file, Schema schema ) {
10621061void ENTITYhead_print ( Entity entity , FILE * file , Schema schema ) {
10631062 char entnm [BUFSIZ ];
10641063 Linked_List list ;
1065- int attr_count_tmp = attr_count ;
10661064 Entity super = 0 ;
10671065
10681066 strncpy ( entnm , ENTITYget_classname ( entity ), BUFSIZ );
@@ -2077,7 +2075,6 @@ void print_typechain( FILES * files, const Type t, char * buf, Schema schema, co
20772075void ENTITYincode_print ( Entity entity , FILES * files , Schema schema ) {
20782076#define entity_name ENTITYget_name(entity)
20792077#define schema_name SCHEMAget_name(schema)
2080- const char * cn = ENTITYget_classname ( entity );
20812078 char attrnm [BUFSIZ ];
20822079 char dict_attrnm [BUFSIZ ];
20832080 const char * super_schema ;
@@ -3336,8 +3333,6 @@ void TYPEprint_init( const Type type, FILES * files, Schema schema ) {
33363333 case bag_ :
33373334 case set_ :
33383335 case list_ : {
3339- const char * ctype = TYPEget_ctype ( type );
3340-
33413336 if ( isMultiDimAggregateType ( type ) ) {
33423337 print_typechain ( files , TYPEget_body ( type )-> base ,
33433338 typename_buf , schema , type -> symbol .name );
0 commit comments