From 0c07b6b421acb7e17002c0408ddd7758e6b65992 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Thu, 7 Nov 2019 11:32:53 +0300 Subject: [PATCH] [HIPIFY][fix] Delete canCompileHostAndDeviceInOneJob declaration as well --- hipify-clang/src/LLVMCompat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hipify-clang/src/LLVMCompat.h b/hipify-clang/src/LLVMCompat.h index e857023752..48e008d40d 100644 --- a/hipify-clang/src/LLVMCompat.h +++ b/hipify-clang/src/LLVMCompat.h @@ -85,8 +85,6 @@ std::error_code real_path(const Twine &path, SmallVectorImpl &output, bool pragma_once_outside_header(); -bool canCompileHostAndDeviceInOneJob(); - void RetainExcludedConditionalBlocks(clang::CompilerInstance &CI); bool CheckCompatibility();