Skip to content

Commit 28556fc

Browse files
committed
Revert "Limit StackDepot size on Trusty"
This reverts commit ef3ce98. Reason for revert: llvm/llvm-project#82088 Change-Id: I7b4df93fbd985227be82dc85aa17b07d1165aab2
1 parent ef3ce98 commit 28556fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standalone/platform.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
#if defined(__TRUSTY__)
3535
#define SCUDO_TRUSTY 1
36-
#define SCUDO_FUZZ 1
3736
#else
3837
#define SCUDO_TRUSTY 0
3938
#endif

0 commit comments

Comments
 (0)