diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-31 17:18:10 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-31 17:18:10 +0000 |
commit | 61f14e107473237323330134e721ffa76eeb1b1e (patch) | |
tree | f08b750411db3f3b0b526ca8defa5f24fb3335fa /hw/ptimer.c | |
parent | 9d479c119b42b8a548f8d79a8e5a1c1ce2932d91 (diff) |
Remove unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6963 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ptimer.c')
-rw-r--r-- | hw/ptimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ptimer.c b/hw/ptimer.c index b36f9a6f07..f1994bd2b1 100644 --- a/hw/ptimer.c +++ b/hw/ptimer.c @@ -78,7 +78,6 @@ uint64_t ptimer_get_count(ptimer_state *s) } else { uint64_t rem; uint64_t div; - uint32_t frac; int clz1, clz2; int shift; |