X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frlog%2Frl_rlog.c;h=27208e0d318173c76295403a17df70bf297dac40;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=cb44af511eca6e029931733e0d769403ed36f3e9;hpb=997e3f26d55352586a1d4d0c46c41a98452af88a;p=o-du%2Fl2.git diff --git a/src/rlog/rl_rlog.c b/src/rlog/rl_rlog.c index cb44af511..27208e0d3 100644 --- a/src/rlog/rl_rlog.c +++ b/src/rlog/rl_rlog.c @@ -1311,17 +1311,6 @@ void saveLogData(const void* buf, U16 len, U32 g_rlogWritePosIndex) } -#if 0 -void storeTimeDelimeter(FILE* fp) -{ - LOGDATA logData; - logData.logId = L_TIME_DELIMITER; - logData.argType = 0; - logData.logLevel = 0; - logData.numOfArgs = 0; - logData.len = 0; -} -#endif void sendToPostProcessor(const void* buf, U16 len) { if( send(g_nCliSocket, buf, len, 0 ) == -1 ) {