Skip to content
Snippets Groups Projects
Commit 8002718e authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Typos.

parent 64cfcc6c
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment