[Native] Remove unused code

This commit is contained in:
Sergey Bogolepov
2021-06-10 15:15:14 +07:00
committed by Space
parent 36386de9a2
commit 2f632ada42
3 changed files with 1 additions and 7 deletions
@@ -27,8 +27,6 @@ plugins {
native {
val obj = if (HostManager.hostIsMingw) "obj" else "o"
val llvmDir = project.findProperty("llvmDir")
val host = rootProject.project(":kotlin-native").extra["hostName"]
val hostLibffiDir = rootProject.project(":kotlin-native").extra["${host}LibffiDir"]
val cxxflags = mutableListOf(
"--std=c++17",
"-I${llvmDir}/include",