summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-30 20:15:41 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-30 20:15:41 +0000
commit186a749583e128b7a88002cb3e991f342083115b (patch)
tree4ae59de47fe704a5d1555f828c3427edb52b73d5 /hw
parentdc7eea67a151a79211b151e08b2397302594152c (diff)
downloadqemu-186a749583e128b7a88002cb3e991f342083115b.tar.gz
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')
-rw-r--r--hw/pl031.c1
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;