From f3e87a8216e0c3dda328294a8e550ab5404a2976 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Wed, 29 Apr 2015 12:46:41 -0700 Subject: [PATCH] Fixed duplicate declaration of socket in sendDREFTest. --- TestScripts/C Tests/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/TestScripts/C Tests/main.c b/TestScripts/C Tests/main.c index 949eb1f..26f0641 100644 --- a/TestScripts/C Tests/main.c +++ b/TestScripts/C Tests/main.c @@ -158,7 +158,6 @@ int sendDREFTest() // sendDREF test }; float* data[DREF_COUNT]; int sizes[DREF_COUNT]; - XPCSocket sock = openUDP("localhost"); float* values[DREF_COUNT]; XPCSocket sock = openUDP("localhost");