fix build warning
[platform/core/system/memps.git] / memps.c
diff --git a/memps.c b/memps.c
index 945650b..524f51d 100644 (file)
--- a/memps.c
+++ b/memps.c
@@ -871,7 +871,6 @@ static const char* get_readable_oom_path(void)
 {
        FILE *fp = NULL;
        char tmp[256];
-       int r;
 
        snprintf(tmp, sizeof(tmp), "/proc/1/%s", OOM_SCORE_ADJ_STR);
        fp = fopen(tmp, "r");