File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -452,35 +452,6 @@ recv_sys_close()
452
452
recv_spaces.clear ();
453
453
}
454
454
455
- /* *******************************************************/ /* *
456
- Frees the recovery system memory. */
457
- void
458
- recv_sys_mem_free (void )
459
- /* ===================*/
460
- {
461
- if (recv_sys != NULL ) {
462
- if (recv_sys->addr_hash != NULL ) {
463
- hash_table_free (recv_sys->addr_hash );
464
- }
465
-
466
- if (recv_sys->heap != NULL ) {
467
- mem_heap_free (recv_sys->heap );
468
- }
469
-
470
- if (recv_sys->flush_start != NULL ) {
471
- os_event_destroy (recv_sys->flush_start );
472
- }
473
-
474
- if (recv_sys->flush_end != NULL ) {
475
- os_event_destroy (recv_sys->flush_end );
476
- }
477
-
478
- ut_free (recv_sys->buf );
479
- ut_free (recv_sys);
480
- recv_sys = NULL ;
481
- }
482
- }
483
-
484
455
/* ***********************************************************
485
456
Reset the state of the recovery system variables. */
486
457
void
You can’t perform that action at this time.
0 commit comments