From 3dbe931fa74516d58db157984dbfda772d74d84c Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Thu, 22 Dec 2016 15:21:42 +0300 Subject: [PATCH] loader: fix error: 'LOADER_CALLER' defined but not used Change-Id: If342b77f0dccf76c0cc8f4c4e6ac4767ad0bdf50 Signed-off-by: Dongkyun, Son --- loader/loader_debugfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/loader/loader_debugfs.c b/loader/loader_debugfs.c index 44ad077..cc56148 100644 --- a/loader/loader_debugfs.c +++ b/loader/loader_debugfs.c @@ -17,7 +17,6 @@ static const char LOADER_FOLDER[] = "loader"; static const char LOADER_LOADER[] = "loader"; static const char LOADER_LOADER_OFFSET[] = "loader_offset"; static const char LOADER_LOADER_PATH[] = "loader_path"; -static const char LOADER_CALLER[] = "caller"; static const char LOADER_LINKER_DATA[] = "linker"; static const char LOADER_LINKER_PATH[] = "linker_path"; static const char LOADER_LINKER_R_DEBUG_OFFSET[] = "r_debug_offset"; -- 2.7.4