pl031: remove unused variable
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Jan 2009 20:15:41 +0000 (20:15 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Jan 2009 20:15:41 +0000 (20:15 +0000)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6487 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pl031.c

index fb5f323cb7067471c77fc7318f707914b4e805ec..75bda7c27c5d16b5df61c5b027ee23d74d447bb8 100644 (file)
@@ -36,7 +36,6 @@ typedef struct {
     QEMUTimer *timer;
     qemu_irq irq;
 
-    uint64_t start_time;
     uint32_t tick_offset;
 
     uint32_t mr;