Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2004 09:27:33 -0800 (PST)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_init.c
Message-ID:  <200402151727.i1FHRXmn027158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402151727.i1FHRXmn027158>