Fix coverity issue
[platform/core/multimedia/libmm-fileinfo.git] / include / mm_file_debug.h
index 75e9f94..5b2c1f0 100755 (executable)
@@ -42,9 +42,6 @@ extern "C" {
 #define DEBUG_MODE 0
 #endif
 
-#define SAFE_STRLCPY(dst, src, n)      g_strlcpy(dst, src, n);
-#define SAFE_STRLCAT(dst, src, n)      g_strlcat(dst, src, n);
-
 /*#define LOG_COLOR */
 
 #ifdef LOG_COLOR
@@ -186,4 +183,3 @@ extern "C" {
 #endif
 
 #endif /* _MMFILE_DEBUG_H_ */
-