Skip to content

Commit

Permalink
Fix redundant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 15, 2017
1 parent 1c5045c commit 246760a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/util/radius_schedule_test.c
Expand Up @@ -29,6 +29,7 @@ RCSID("$Id$")
#include <freeradius-devel/md5.h>
#include <freeradius-devel/libradius.h>
#include <freeradius-devel/rad_assert.h>
#include <freeradius-devel/debug.h>

#include <sys/event.h>
#include <stdio.h>
Expand Down Expand Up @@ -63,8 +64,6 @@ static int my_port;
static char const *secret = "testing123";
static fr_test_packet_ctx_t tpc;

extern int fr_fault_setup(char const *cmd, char const *program);

static fr_io_final_t test_process(REQUEST *request, fr_io_action_t action)
{
MPRINT1("\t\tPROCESS --- request %"PRIu64" action %d\n", request->number, action);
Expand Down

0 comments on commit 246760a

Please sign in to comment.