From 393e0768e24397492005f6fb35dda05fc20592fa Mon Sep 17 00:00:00 2001
From: blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Wed, 1 Oct 2008 18:08:41 +0000
Subject: [PATCH] Remove unused variables

---
 slirp/mbuf.c | 2 --
 1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/slirp/mbuf.c b/slirp/mbuf.c
index c8797e6..1f3985a 100644
--- a/slirp/mbuf.c
+++ b/slirp/mbuf.c
@@ -17,8 +17,6 @@
 
 #include <slirp.h>
 
-struct	mbuf *mbutl;
-char	*mclrefcnt;
 int mbuf_alloced = 0;
 struct mbuf m_freelist, m_usedlist;
 #define MBUF_THRESH 30
--
libgit2 0.23.3