unit: Remove unneeded function

This commit is contained in:
Denis Kenzior 2015-02-17 17:40:55 -06:00
parent 89e4538945
commit d8931f5b58
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@
#include "src/eapol.h"
#include "src/crypto.h"
static void do_debug(const char *str, void *user_data)
{
const char *prefix = user_data;
l_info("%s%s", prefix, str);
}
struct eapol_key_data {
const unsigned char *frame;
size_t frame_len;