diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:42:57 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:42:57 +0100 |
commit | 76f2095b10654655c411b09ef1838d866dd34132 (patch) | |
tree | 1d117a4673413d803ef88deaad9b77e322c67718 /src | |
parent | 21b7a518597ebefe357fcf0967a20ba450481826 (diff) | |
parent | 8002718e979bb807dbe96fad153be38a253b3afc (diff) |
Merge branch 'census-placeholders' into make-ruby-installable
Diffstat (limited to 'src')
-rw-r--r-- | src/core/census/placeholders.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c index 0868df9d3c..88f8fb1fc4 100644 --- a/src/core/census/placeholders.c +++ b/src/core/census/placeholders.c @@ -66,8 +66,6 @@ int census_trace_scan_start(int consume) { abort(); } -void census_trace_scan_end() { abort(); } - const census_aggregation *census_view_aggregrations(const census_view *view) { (void)view; abort(); @@ -78,7 +76,7 @@ census_view *census_view_create(uint32_t metric_id, const census_tag_set *tags, size_t naggregations) { (void)metric_id; (void)tags; - (void)census_aggregation; + (void)aggregations; (void)naggregations; abort(); } |