trivial warnings fixes (unused variable/function)

Change-Id: I71cedd2c09eeb5d2c2fd2e988dfdde0877627abc
This commit is contained in:
Dominique Martinet
2018-10-10 12:40:49 +09:00
committed by Masamichi Takagi
parent 39f9d7fdff
commit 1e1fa4f70d
2 changed files with 5 additions and 2 deletions

View File

@@ -2729,7 +2729,6 @@ out:
time_t time(void) {
struct syscall_request sreq IHK_DMA_ALIGN;
struct thread *thread = cpu_local_var(current);
struct timespec ats;
time_t ret = 0;