[sanitizer_common] Remove unused var in test

Reviewed By: stephan.yichao.zhao

Differential Revision: https://reviews.llvm.org/D102898
This commit is contained in:
George Balatsouras 2021-05-20 20:28:33 -07:00
parent d10c1ba487
commit 7c35bf85bf
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ using StackPrintDeathTest = StackPrintTest;
TEST_F(StackPrintDeathTest, SKIP_ON_SPARC(RequiresNonNullBuffer)) {
UnwindFast();
char buf[100];
EXPECT_DEATH(trace.PrintTo(NULL, 100), "");
}