rm unused m_pgfree
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 23:56:36 +0000 (15:56 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 23:56:36 +0000 (15:56 -0800)
SCCS-vsn: sys/kern/uipc_mbuf.c 7.9

usr/src/sys/kern/uipc_mbuf.c

index c009db8..a7a0e55 100644 (file)
@@ -8,7 +8,7 @@
  * software without specific prior written permission. This software
  * is provided ``as is'' without express or implied warranty.
  *
  * software without specific prior written permission. This software
  * is provided ``as is'' without express or implied warranty.
  *
- *     @(#)uipc_mbuf.c 7.8 (Berkeley) %G%
+ *     @(#)uipc_mbuf.c 7.9 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
@@ -103,16 +103,6 @@ m_clalloc(ncl, how, canwait)
        return ((caddr_t)m);
 }
 
        return ((caddr_t)m);
 }
 
-m_pgfree(addr, n)
-       caddr_t addr;
-       int n;
-{
-
-#ifdef lint
-       addr = addr; n = n;
-#endif
-}
-
 /*
  * Must be called at splimp.
  */
 /*
  * Must be called at splimp.
  */