Skip to content

Commit acf64da

Browse files
committed
loader: Remove unnecessary extern "C"
1 parent 78b307f commit acf64da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/loader/loader_core.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ inline bool IsMissingNullTerminator(const char (&str)[max_length]) {
6161
return true;
6262
}
6363

64-
extern "C" {
65-
6664
// ---- Core 1.0 manual loader trampoline functions
6765

6866
LOADER_EXPORT XRAPI_ATTR XrResult XRAPI_CALL xrEnumerateApiLayerProperties(uint32_t propertyCapacityInput,
@@ -644,5 +642,3 @@ XRAPI_ATTR XrResult XRAPI_CALL xrSessionInsertDebugUtilsLabelEXT(XrSession sessi
644642
return XR_SUCCESS;
645643
}
646644
XRLOADER_ABI_CATCH_FALLBACK
647-
648-
} // extern "C"

0 commit comments

Comments
 (0)