Sync with trunk revision r58045 to bring the corrections on configure.cmd and on...
[reactos.git] / cmake / gcc.cmake
index 5f09cdc..ac14dfa 100644 (file)
@@ -209,9 +209,6 @@ function(set_module_type_toolchain MODULE TYPE)
     endif()
 endfunction()
 
-function(set_rc_compiler)
-endfunction()
-
 function(add_delay_importlibs MODULE)
     foreach(LIB ${ARGN})
         target_link_libraries(${MODULE} lib${LIB}_delayed)