Author: markj
Date: Tue Aug  1 04:52:03 2017
New Revision: 321843
URL: https://svnweb.freebsd.org/changeset/base/321843

Log:
  Remove local variables missed in r321842.
  
  X-MFC with:   r321842

Modified:
  head/cddl/contrib/opensolaris/cmd/lockstat/sym.c

Modified: head/cddl/contrib/opensolaris/cmd/lockstat/sym.c
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/lockstat/sym.c    Tue Aug  1 04:49:54 
2017        (r321842)
+++ head/cddl/contrib/opensolaris/cmd/lockstat/sym.c    Tue Aug  1 04:52:03 
2017        (r321843)
@@ -175,10 +175,6 @@ symtab_init(void)
        int             fd;
        int             i;
        int             strindex = -1;
-#ifndef illumos
-       void            *ksyms;
-       size_t          sz;
-#endif
 
 #ifndef illumos
        if ((fd = open("/dev/ksyms", O_RDONLY)) == -1) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to