clean up unused variables/functions

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2018-08-03 09:29:01 +02:00
parent 28c2dd2198
commit 5c0bdddc2a
3 changed files with 7 additions and 4 deletions

View file

@ -47,7 +47,6 @@ static void CtrlHandler (int fdwCtrlType)
int main (int argc, char **argv)
{
int result = EXIT_SUCCESS;
uint32_t payloadSize = 8192;
unsigned int burstInterval = 0;
unsigned int burstSize = 1;
@ -101,7 +100,7 @@ int main (int argc, char **argv)
/* Cleanup */
finalize_dds(participant, writer, sample);
return EXIT_SUCCESS;
}
static int parse_args(