svn commit: r203822 - head/sys/fs/msdosfs

Konstantin Belousov kib at FreeBSD.org
Sat Feb 13 11:34:26 UTC 2010


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)


More information about the svn-src-all mailing list