Skip to content

Commit

Permalink
[PAL/Linux-SGX] Remove unused dummy_debug_variable
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
dimakuv committed Jul 29, 2024
1 parent 4a5c4a1 commit f61dbdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pal/src/host/linux-sgx/pal_tcb.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ struct pal_enclave_tcb {
struct untrusted_area untrusted_area_cache;
};

#ifndef DEBUG
extern uint64_t dummy_debug_variable;
#endif

#ifdef IN_ENCLAVE

static inline struct pal_enclave_tcb* pal_get_enclave_tcb(void) {
Expand Down

0 comments on commit f61dbdf

Please sign in to comment.