Skip to content

Commit

Permalink
Remove deprecated SGXLoader
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 288375288
Change-Id: I5cb56c95f67ea693bb359701e0c9f814c207eb8a
  • Loading branch information
asbelsare committed Jan 6, 2020
1 parent 7fa18b2 commit 25f4f06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asylo/platform/arch/sgx/untrusted/sgx_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,5 @@ class SgxEmbeddedLoader : public EnclaveLoader {
const bool debug_;
};

/// SgxLoader alias for backwards compatibility.
using SGXLoader ABSL_DEPRECATED("Use SgxLoader instead") = SgxLoader;

} // namespace asylo
#endif // ASYLO_PLATFORM_ARCH_SGX_UNTRUSTED_SGX_CLIENT_H_

0 comments on commit 25f4f06

Please sign in to comment.