From b77670fd3fd39a7d6f52d74bde403e855a7230f2 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 5 May 2020 14:54:39 +1000 Subject: libdl/obj: Fix RAP format call table. Updates #3969 --- cpukit/libdl/rtl-obj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/libdl/rtl-obj.c b/cpukit/libdl/rtl-obj.c index 0c4a624c18..a7dd740549 100644 --- a/cpukit/libdl/rtl-obj.c +++ b/cpukit/libdl/rtl-obj.c @@ -60,7 +60,6 @@ static const rtems_rtl_loader_table loaders[RTEMS_RTL_LOADERS] = { .check = rtems_rtl_rap_file_check, .load = rtems_rtl_rap_file_load, .unload = rtems_rtl_rap_file_unload, - .unload = rtems_rtl_rap_file_unload, .signature = rtems_rtl_rap_file_sig }, #endif #if RTEMS_RTL_ELF_LOADER -- cgit v1.2.3