From: Guus Sliepen <guus@tinc-vpn.org>
Date: Mon, 6 Oct 2003 14:33:04 +0000 (+0000)
Subject: Unused variable in struct.
X-Git-Tag: release-1.0.2~20
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=0842998c0bd46855d198923acc2c13cff7430ffe;p=tinc

Unused variable in struct.
---

diff --git a/src/subnet.h b/src/subnet.h
index b0bc9113..0bf3b91c 100644
--- a/src/subnet.h
+++ b/src/subnet.h
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: subnet.h,v 1.1.2.24 2003/07/30 21:52:41 guus Exp $
+    $Id: subnet.h,v 1.1.2.25 2003/10/06 14:33:04 guus Exp $
 */
 
 #ifndef __TINC_SUBNET_H__
@@ -51,7 +51,6 @@ typedef struct subnet_ipv6_t {
 
 typedef struct subnet_t {
 	struct node_t *owner;		/* the owner of this subnet */
-	struct node_t *uplink;		/* the uplink which we should send packets to for this subnet */
 
 	subnet_type_t type;		/* subnet type (IPv4? IPv6? MAC? something even weirder?) */