summaryrefslogtreecommitdiff
path: root/common/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/log.c')
-rw-r--r--common/src/log.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/src/log.c b/common/src/log.c
index 07b266e..7773606 100644
--- a/common/src/log.c
+++ b/common/src/log.c
@@ -135,12 +135,6 @@ static int log_create_path(const char *file_path)
}
}
- FILE *fp = fopen(file_path, "w");
- if (NULL == fp) {
- return -1;
- }
-
- fclose(fp);
return 1;
}