mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Fix build issue by removing DeleteForDJVM from SgxSupport
This commit is contained in:
parent
d532aa0e06
commit
ac36d48f77
@ -2,7 +2,7 @@ package net.corda.core.utilities
|
||||
|
||||
import net.corda.core.DeleteForDJVM
|
||||
|
||||
@DeleteForDJVM
|
||||
//@DeleteForDJVM
|
||||
object SgxSupport {
|
||||
@JvmStatic
|
||||
val isInsideEnclave: Boolean by lazy {
|
||||
|
Loading…
Reference in New Issue
Block a user