Skip to content

Commit

Permalink
Clean up "defined but not used" compilation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
euloh committed Jan 20, 2021
1 parent d66ab5f commit d53fe33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libdtrace/dt_aggregate.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
Expand Down Expand Up @@ -282,6 +282,7 @@ dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs)
return 0;
}

#ifdef FIXME
static void
dt_aggregate_usym(dtrace_hdl_t *dtp, uint64_t *data)
{
Expand Down Expand Up @@ -382,6 +383,7 @@ dt_aggregate_mod(dtrace_hdl_t *dtp, uint64_t *addr)
}
}
}
#endif

static dtrace_aggid_t
dt_aggregate_aggid(dt_ahashent_t *ent)
Expand Down

0 comments on commit d53fe33

Please sign in to comment.