From cb2cffd01ee421f95ab5824102e88a8fd650ba89 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 9 May 2018 09:45:12 -0600 Subject: [PATCH] removed redeclaration of ret --- examples/c/examplePio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/c/examplePio.c b/examples/c/examplePio.c index a21fa27a0b7..61234f47c22 100644 --- a/examples/c/examplePio.c +++ b/examples/c/examplePio.c @@ -584,7 +584,6 @@ int main(int argc, char* argv[]) #ifdef TIMING /* Initialize the GPTL timing library. */ - int ret; if ((ret = GPTLinitialize ())) return ret; #endif