Skip to content

Commit dc2caed

Browse files
remove duplicate code section after rebase
1 parent 4b0e13e commit dc2caed

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/tpm2.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
/* --- Local Variables -- */
3838
/******************************************************************************/
3939

40-
#if defined(WOLFTPM_SWTPM_UARTNS550)
41-
/* having this as static and as thread local storage causes run time issues
42-
* with Xilinx FSBL use */
43-
TPM2_CTX* gActiveTPM;
44-
#else
45-
static THREAD_LS_T TPM2_CTX* gActiveTPM;
46-
#endif
4740
#ifndef WOLFTPM2_NO_WOLFCRYPT
4841
static volatile int gWolfCryptRefCount = 0;
4942
#endif

0 commit comments

Comments
 (0)