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

Missed one.

parent 8002718e
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,10 @@ census_view *census_view_create(uint32_t metric_id, const census_tag_set *tags,
abort();
}
const census_tag_set *census_view_tags(const census_view *view) {
(void)view;
}
void census_view_delete(census_view *view) {
(void)view;
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