]> Joshua Wise's Git repositories - netwatch.git/commitdiff
Remove dead code from net.c.
authorJoshua Wise <joshua@nyus.joshuawise.com>
Sat, 6 Dec 2008 11:11:01 +0000 (06:11 -0500)
committerJoshua Wise <joshua@nyus.joshuawise.com>
Sat, 6 Dec 2008 11:11:01 +0000 (06:11 -0500)
net/net.c

index 598ea757b45e218fcf8e3c0c0c5dd36cce081745..0c83b9b0b99d55c66a8dba064f96b0101cabc45a 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -97,12 +97,6 @@ static err_t _transmit(struct netif *netif, struct pbuf *p)
 {
        struct nic *nic = netif->state;
 
 {
        struct nic *nic = netif->state;
 
-/*     for(q = p; q != NULL; q = q->next)
-       {
-               memcpy(pkt + len, q->payload, q->len);
-               len += q->len;
-       }*/
-
        outputf("NIC: Transmit packet");
 
        nic->transmit(p);
        outputf("NIC: Transmit packet");
 
        nic->transmit(p);
This page took 0.026396 seconds and 4 git commands to generate.