Răsfoiți Sursa

refactor: 去掉log_d

RyanCW 1 an în urmă
părinte
comite
8ba20e6b03
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      common/RyanMqttLog.h

+ 0 - 2
common/RyanMqttLog.h

@@ -108,8 +108,6 @@ static void rlog_output_raw(char *const fmt, ...)
 #define rlog_e(...)
 #endif
 
-#define log_d rlog_d
-
 #define rlog_raw(...) rlog_output_raw(__VA_ARGS__)
 
 #endif