[ORC-RT] Remove some stale comments.
We switched to SPS serialization for these functions in 089acf2522
.
This commit is contained in:
parent
0ede1b906d
commit
1088c78c3b
|
@ -593,8 +593,6 @@ __orc_rt_macho_platform_shutdown(char *ArgData, size_t ArgSize) {
|
|||
|
||||
ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
|
||||
__orc_rt_macho_register_thread_data_section(char *ArgData, size_t ArgSize) {
|
||||
// NOTE: Does not use SPS to deserialize arg buffer, instead the arg buffer
|
||||
// is taken to be the range of the thread data section.
|
||||
return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle(
|
||||
ArgData, ArgSize,
|
||||
[](ExecutorAddrRange R) {
|
||||
|
@ -606,8 +604,6 @@ __orc_rt_macho_register_thread_data_section(char *ArgData, size_t ArgSize) {
|
|||
|
||||
ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
|
||||
__orc_rt_macho_deregister_thread_data_section(char *ArgData, size_t ArgSize) {
|
||||
// NOTE: Does not use SPS to deserialize arg buffer, instead the arg buffer
|
||||
// is taken to be the range of the thread data section.
|
||||
return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle(
|
||||
ArgData, ArgSize,
|
||||
[](ExecutorAddrRange R) {
|
||||
|
|
Loading…
Reference in New Issue