]> git.proxmox.com Git - mirror_spl-debian.git/commit
Fix unused variable
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Apr 2011 16:45:36 +0000 (09:45 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Apr 2011 16:45:36 +0000 (09:45 -0700)
commit98e2afd1c5fc491413a80c7ef005127ac3add5d9
tree2f3434c59a127436455e23fe1d706238b2d3bff8
parent03318641afc3e2d6dc18614aaa75d6a0125cb933
Fix unused variable

Flagged by the default -Wunused-but-set-variable gcc option when
running under Fedora 15.  Since it's correct this variable is
entirely unused this commit removes it.
module/spl/spl-module.c