From aa591cf1531820d6691bfd325e604cfa317a5e91 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 22 Mar 2010 23:05:01 +0000
Subject: [PATCH] removed vestigial function call

---
 src/common/parse_time.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/common/parse_time.h b/src/common/parse_time.h
index 2ea40acea54..cd31d81e13a 100644
--- a/src/common/parse_time.h
+++ b/src/common/parse_time.h
@@ -101,15 +101,4 @@ extern void mins2time_str(uint32_t time, char *string, int size);
 /* used to get a 2 char abbriviated month name from int 0-11 */
 extern char *mon_abbr(int mon);
 
-/* Convert a string to a duration in Months or Days
- * input formats:
- *   <integer>                defaults to Months
- *   <integer>Months
- *   <integer>Days
- * output:
- *   <integer>                if input is in Months
- *   PURGE_DAYS || <integer>  if input is in Days
- */
-extern int time_str2duration(char *string);
-
 #endif
-- 
GitLab