We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa18b2 commit 25f4f06Copy full SHA for 25f4f06
asylo/platform/arch/sgx/untrusted/sgx_client.h
@@ -66,8 +66,5 @@ class SgxEmbeddedLoader : public EnclaveLoader {
66
const bool debug_;
67
};
68
69
-/// SgxLoader alias for backwards compatibility.
70
-using SGXLoader ABSL_DEPRECATED("Use SgxLoader instead") = SgxLoader;
71
-
72
} // namespace asylo
73
#endif // ASYLO_PLATFORM_ARCH_SGX_UNTRUSTED_SGX_CLIENT_H_
0 commit comments