Skip to content

Commit 25f4f06

Browse files
committed
Remove deprecated SGXLoader
PiperOrigin-RevId: 288375288 Change-Id: I5cb56c95f67ea693bb359701e0c9f814c207eb8a
1 parent 7fa18b2 commit 25f4f06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

asylo/platform/arch/sgx/untrusted/sgx_client.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,5 @@ class SgxEmbeddedLoader : public EnclaveLoader {
6666
const bool debug_;
6767
};
6868

69-
/// SgxLoader alias for backwards compatibility.
70-
using SGXLoader ABSL_DEPRECATED("Use SgxLoader instead") = SgxLoader;
71-
7269
} // namespace asylo
7370
#endif // ASYLO_PLATFORM_ARCH_SGX_UNTRUSTED_SGX_CLIENT_H_

0 commit comments

Comments
 (0)