Commit a1e7d489 authored by malenov's avatar malenov
Browse files

cleanup

parent aa521f40
Loading
Loading
Loading
Loading
+29 −32
Original line number Diff line number Diff line
@@ -302,8 +302,6 @@ void push_wmops_fct( const char *label, ... )
        }

        /* initilize the new WMOPS record */
            //for ( i = num_wmops_records; i < max_num_wmops_records; i++ )
            {
        strcpy( &wmops[i].label[0], "\0" );
        wmops[i].call_number = 0;
        wmops[i].update_cnt = 0;
@@ -335,7 +333,6 @@ void push_wmops_fct( const char *label, ... )
            *ptr++ = 0;
        }
        wmops[i].LastWOper = 0;
            }

        strcpy( wmops[index_record].label, func_name );