summaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube.h b/src/cube.h
index 1ebcfbb..60e41d4 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -11,7 +11,7 @@ extern "C"
#include "metric_manifest.h"
struct cube;
-struct cube_manager; // TODO 这个应该从fieldstat 移进来
+struct cube_manager;
struct cube *cube_new(const struct fieldstat_tag *shared_tags, size_t n_tag, enum sampling_mode mode, size_t max_n_cell);
void cube_free(struct cube *cube);