aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.c b/common.c
index 0c8a2fe..ca10543 100644
--- a/common.c
+++ b/common.c
@@ -89,8 +89,3 @@ int get_int(const char* string)
return atoi(first_num);
}
-
-/***********************************************************************
- * Get value after token in file.
- * For example:
- **********************************************************************/