[ORC-RT] Remove a stale comment.
authorLang Hames <lhames@gmail.com>
Tue, 7 Jun 2022 23:42:10 +0000 (16:42 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 7 Jun 2022 23:42:37 +0000 (16:42 -0700)
compiler-rt/lib/orc/c_api.h

index 47f46b8..96d01df 100644 (file)
@@ -9,9 +9,6 @@
 |*                                                                            *|
 |* This file defines the C API for the ORC runtime                            *|
 |*                                                                            *|
-|* NOTE: The OrtRTWrapperFunctionResult type must be kept in sync with the    *|
-|* definition in llvm/include/llvm-c/OrcShared.h.                             *|
-|*                                                                            *|
 \*===----------------------------------------------------------------------===*/
 
 #ifndef ORC_RT_C_API_H