Fixed duplicate declaration of socket in sendDREFTest.

This commit is contained in:
Jason Watkins
2015-04-29 12:46:41 -07:00
parent 2d355ebb73
commit f3e87a8216

View File

@@ -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");