summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason King <jason.king@joyent.com>2018-04-26 19:10:29 -0500
committerJason King <jason.king@joyent.com>2018-04-26 22:04:46 -0500
commitf6a4295b4ca5561f79d2e0cf3798708b61385adc (patch)
tree1d5e8499b919cbe765fa88d22c7b910b010d9f33
parent66553c8869d9caae74e97446fbff57269007b410 (diff)
downloadillumos-joyent-f6a4295b4ca5561f79d2e0cf3798708b61385adc.tar.gz
OS-6915 Unused variable broke platform-debug build
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/lib/fm/topo/libtopo/common/topo_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c
index 9d68061e11..8d9408dd59 100644
--- a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c
+++ b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c
@@ -561,7 +561,7 @@ static const topo_pgroup_info_t auth_pgroup = {
void
topo_pgroup_hcset(tnode_t *node, nvlist_t *auth)
{
- int err, ret;
+ int err;
char isa[MAXNAMELEN];
struct utsname uts;
char *prod, *psn, *csn, *server;