loader: fix error: 'LOADER_CALLER' defined but not used submit/tizen/20161223.084617
authorDmitry Kovalenko <d.kovalenko@samsung.com>
Thu, 22 Dec 2016 12:21:42 +0000 (15:21 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Thu, 22 Dec 2016 12:21:42 +0000 (15:21 +0300)
Change-Id: If342b77f0dccf76c0cc8f4c4e6ac4767ad0bdf50
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
loader/loader_debugfs.c

index 44ad077..cc56148 100644 (file)
@@ -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";