clean up unused variables/functions
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
28c2dd2198
commit
5c0bdddc2a
3 changed files with 7 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue