Commit 393e0768e24397492005f6fb35dda05fc20592fa
1 parent
342b51d7
Remove unused variables
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5374 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
slirp/mbuf.c
| @@ -17,8 +17,6 @@ | @@ -17,8 +17,6 @@ | ||
| 17 | 17 | ||
| 18 | #include <slirp.h> | 18 | #include <slirp.h> |
| 19 | 19 | ||
| 20 | -struct mbuf *mbutl; | ||
| 21 | -char *mclrefcnt; | ||
| 22 | int mbuf_alloced = 0; | 20 | int mbuf_alloced = 0; |
| 23 | struct mbuf m_freelist, m_usedlist; | 21 | struct mbuf m_freelist, m_usedlist; |
| 24 | #define MBUF_THRESH 30 | 22 | #define MBUF_THRESH 30 |