This '#ifdef's out two functions which are unused on Windows, to prevent
-Wunused-function warnings.
}
#endif
+#if !defined(__Fuchsia__) && !defined(_WIN32)
/* Write a partial profile to \p Filename, which is required to be backed by
* the open file object \p File. */
static int writeProfileWithFileObject(const char *Filename, FILE *File) {
lprofUnlockFileHandle(File);
*ProfileRequiresUnlock = 0;
}
+#endif // !defined(__Fuchsia__) && !defined(_WIN32)
static void initializeProfileForContinuousMode(void) {
if (!__llvm_profile_is_continuous_mode_enabled())