aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-12-21 00:04:49 +1300
committerDavid <dbphillipsnz@gmail.com>2014-12-21 00:04:49 +1300
commita58e9002345a11a2868dd85b05278d92cb18ef4a (patch)
treec7a34817765e8deb34f9048b64d86f5529b0ed27
parentb2bbb4bb7217efe600727c44ae0dcbb52b8256ba (diff)
downloadparamano-a58e9002345a11a2868dd85b05278d92cb18ef4a.tar.xz
Removed stale comment
-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:
- **********************************************************************/