From 9d0482e7fb70c4deaebe57872cbd75a6a1c213fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 8 Jan 2015 16:02:13 -0500 Subject: [PATCH 1/1] Cleanup: Remove unused label MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/consumer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/consumer.c b/src/common/consumer.c index 5495327ab..b0b926bb0 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -2331,7 +2331,6 @@ restart: /* All is OK */ err = 0; -error: end: DBG("Metadata poll thread exiting"); -- 2.34.1