X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Flogging.c;h=747094d2cda9e1643a087e9ee3fb15c506dacb90;hb=33bcf4b3feb0e5e4548548bf3d2a50c52ffb6115;hp=f4a23b4bd312a2987c7517701d487250071ad347;hpb=85eb17b306404571aa39596946c87ad9bb1d9d13;p=tpg%2Facess2.git diff --git a/Kernel/logging.c b/Kernel/logging.c index f4a23b4b..747094d2 100644 --- a/Kernel/logging.c +++ b/Kernel/logging.c @@ -54,10 +54,8 @@ void Log_Warning(char *Ident, char *Message, ...); void Log_Notice(char *Ident, char *Message, ...); void Log_Log(char *Ident, char *Message, ...); void Log_Debug(char *Ident, char *Message, ...); -//static Uint64 Log_Int_GetIdent(const char *Str); // === EXPORTS === -EXPORT(Log_KernelPanic); EXPORT(Log_Panic); EXPORT(Log_Error); EXPORT(Log_Warning);