Commit 61f14e107473237323330134e721ffa76eeb1b1e
1 parent
9d479c11
Remove unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6963 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
hw/ptimer.c
@@ -78,7 +78,6 @@ uint64_t ptimer_get_count(ptimer_state *s) | @@ -78,7 +78,6 @@ uint64_t ptimer_get_count(ptimer_state *s) | ||
78 | } else { | 78 | } else { |
79 | uint64_t rem; | 79 | uint64_t rem; |
80 | uint64_t div; | 80 | uint64_t div; |
81 | - uint32_t frac; | ||
82 | int clz1, clz2; | 81 | int clz1, clz2; |
83 | int shift; | 82 | int shift; |
84 | 83 |