diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-01 15:28:10 +0200 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-23 23:00:31 +0200 |
commit | efa415840d462caf30002d259db20338b546a94b (patch) | |
tree | cb2e2265146e1b20041707b7577391dcd1c1bc2f /include/net | |
parent | 86f584f08767160a745a50ed675e12b8f8bfbf30 (diff) | |
download | linux-efa415840d462caf30002d259db20338b546a94b.tar.gz linux-efa415840d462caf30002d259db20338b546a94b.tar.bz2 linux-efa415840d462caf30002d259db20338b546a94b.zip |
Remove bogus variables from syncppp.[ch]
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/syncppp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/syncppp.h b/include/net/syncppp.h index e43f4070d892..9e306f7f579a 100644 --- a/include/net/syncppp.h +++ b/include/net/syncppp.h @@ -43,8 +43,6 @@ struct sppp u32 pp_rseq; /* remote sequence number */ struct slcp lcp; /* LCP params */ struct sipcp ipcp; /* IPCP params */ - u32 ibytes,obytes; /* Bytes in/out */ - u32 ipkts,opkts; /* Packets in/out */ struct timer_list pp_timer; struct net_device *pp_if; char pp_link_state; /* Link status */ |