1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-19 08:31:32 +03:00

src/Cedar/EtherLog: remove null dereference introduced in #650

also, remove unused functions:

[src/Cedar/EtherLog.c:1377]: (style) The function 'ElFree' is never used.
[src/Cedar/EtherLog.c:1370]: (style) The function 'ElInit' is never used.
This commit is contained in:
Ilya Shipitsin
2018-08-14 02:36:28 +05:00
parent fc0bd44392
commit f96a3b3989
2 changed files with 1 additions and 18 deletions

View File

@ -205,8 +205,6 @@ struct EL
};
// Function prototype
void ElInit();
void ElFree();
void ElStart();
void ElStop();
EL *NewEl();