null+****@clear*****
null+****@clear*****
2010年 8月 17日 (火) 16:04:17 JST
Kouhei Sutou 2010-08-17 07:04:17 +0000 (Tue, 17 Aug 2010) New Revision: bed357468b84033780681434ad19f8d8430c18f5 Log: remove a needless function. Modified files: test/unit/core/test-table-patricia-trie-cursor.c Modified: test/unit/core/test-table-patricia-trie-cursor.c (+0 -14) =================================================================== --- test/unit/core/test-table-patricia-trie-cursor.c 2010-08-17 07:03:36 +0000 (df30776) +++ test/unit/core/test-table-patricia-trie-cursor.c 2010-08-17 07:04:17 +0000 (45812a2) @@ -394,20 +394,6 @@ geo_byte_list_new_va_list(const gchar *value, va_list args) return g_list_reverse(list); } -static GList * -geo_byte_list_new(const gchar *value, ...) -{ - GList *list = NULL; - va_list args; - - va_start(args, value); - list = geo_byte_list_new_va_list(value, args); - va_end(args); - - return list; -} - -static const gchar * geo_byte_load_data(const gchar *value, ...) { GString *data;