aboutsummaryrefslogtreecommitdiff
path: root/unit_label.c
diff options
context:
space:
mode:
Diffstat (limited to 'unit_label.c')
-rw-r--r--unit_label.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/unit_label.c b/unit_label.c
index 22043ee..d163404 100644
--- a/unit_label.c
+++ b/unit_label.c
@@ -1,13 +1,5 @@
#include <unistd.h>
-struct unit_label {
- /* number of times this unit fits into the immediate larger one */
- double count;
-
- /* label for the unit*/
- char *label;
-};
-
double make_unit_whatsit(const struct unit_label l[], char **unit, double value) {
size_t i = 0;