diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-30 20:15:41 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-30 20:15:41 +0000 |
commit | 186a749583e128b7a88002cb3e991f342083115b (patch) | |
tree | 4ae59de47fe704a5d1555f828c3427edb52b73d5 /hw/pl031.c | |
parent | dc7eea67a151a79211b151e08b2397302594152c (diff) |
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
Diffstat (limited to 'hw/pl031.c')
-rw-r--r-- | hw/pl031.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl031.c b/hw/pl031.c index fb5f323cb7..75bda7c27c 100644 --- a/hw/pl031.c +++ b/hw/pl031.c @@ -36,7 +36,6 @@ typedef struct { QEMUTimer *timer; qemu_irq irq; - uint64_t start_time; uint32_t tick_offset; uint32_t mr; |