From ba03d65a8f94b4146b6afc0e46238cfcb08da2d4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 6 Sep 2018 13:29:46 -0700 Subject: Removed unused variable. --- tests/conformance_upb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/conformance_upb.c b/tests/conformance_upb.c index a2e1d7a..ccc8a94 100644 --- a/tests/conformance_upb.c +++ b/tests/conformance_upb.c @@ -141,7 +141,7 @@ bool DoTestIo() { conformance_ConformanceResponse *response; if (!CheckedRead(STDIN_FILENO, &input_size, sizeof(uint32_t))) { - // EOF. + /* EOF. */ return false; } -- cgit v1.2.3