summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2017-09-25 13:39:45 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2017-09-25 15:09:09 +0900
commit5661639947a45bf321d9083c66970cdd8b4f57ac (patch)
tree04c95bbae7208e373f439858906bc7607730172a
parentaa42635bfc1a89212cc0bafbf29e3b4544da3d82 (diff)
downloadmemps-accepted/tizen/4.0/unified/20170929.080413.tar.gz
memps-accepted/tizen/4.0/unified/20170929.080413.tar.bz2
memps-accepted/tizen/4.0/unified/20170929.080413.zip
Change-Id: I75d689f1fd1bcb5881eb0409a43819f37b3ceda2
-rw-r--r--memps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/memps.c b/memps.c
index 945650b..524f51d 100644
--- 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");