Commit 186a749583e128b7a88002cb3e991f342083115b

Authored by aurel32
1 parent dc7eea67

pl031: remove unused variable

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6487 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
hw/pl031.c
... ... @@ -36,7 +36,6 @@ typedef struct {
36 36 QEMUTimer *timer;
37 37 qemu_irq irq;
38 38  
39   - uint64_t start_time;
40 39 uint32_t tick_offset;
41 40  
42 41 uint32_t mr;
... ...