3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

unit: Remove unneeded function

This commit is contained in:
Denis Kenzior 2015-02-17 17:40:55 -06:00
parent 89e4538945
commit d8931f5b58

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;