Skip to content

Commit

Permalink
remove a needless function.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 17, 2010
1 parent 259d2ad commit bed3574
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/unit/core/test-table-patricia-trie-cursor.c
Expand Up @@ -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;
Expand Down

0 comments on commit bed3574

Please sign in to comment.