Author: kib
Date: Sat Feb 13 11:34:25 2010
New Revision: 203822
URL: http://svn.freebsd.org/changeset/base/203822

Log:
  Remove unused macros.
  
  MFC after:    1 week

Modified:
  head/sys/fs/msdosfs/denode.h

Modified: head/sys/fs/msdosfs/denode.h
==============================================================================
--- head/sys/fs/msdosfs/denode.h        Sat Feb 13 11:33:14 2010        
(r203821)
+++ head/sys/fs/msdosfs/denode.h        Sat Feb 13 11:34:25 2010        
(r203822)
@@ -207,9 +207,6 @@ struct denode {
             ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), 
\
         putushort((dp)->deHighClust, (dep)->de_StartCluster >> 16))
 
-#define        de_forw         de_chain[0]
-#define        de_back         de_chain[1]
-
 #ifdef _KERNEL
 
 #define        VTODE(vp)       ((struct denode *)(vp)->v_data)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to