cvs commit: src/sys/kern vfs_init.c

Colin Percival cperciva at FreeBSD.org
Sun Feb 15 09:27:33 PST 2004


cperciva    2004/02/15 09:27:33 PST

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_init.c 
  Log:
  Remove opv_desc_vector from vfs_add_vnodeops, since it is defined
  and given a value, but never used.  This has no effect on the
  resulting binaries, since gcc optimizes the variable away anyway.
  
  PR:             kern/62684
  Approved by:    rwatson (mentor)
  
  Revision  Changes    Path
  1.67      +0 -2      src/sys/kern/vfs_init.c


More information about the cvs-src mailing list