X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-parse-duration.c;h=a7016d21bc08ba27e29557cf302ce2189acbe878;hb=dd91a295844a6e89ce67087164ea0f2e979b4b70;hp=12ba91e508b1ecf3e003175c046746ad868429ac;hpb=21462b25befa9ac1e09e27b3d4df6952633a6ab4;p=gnulib.git diff --git a/tests/test-parse-duration.c b/tests/test-parse-duration.c index 12ba91e50..a7016d21b 100644 --- a/tests/test-parse-duration.c +++ b/tests/test-parse-duration.c @@ -1,5 +1,5 @@ /* Test of parsing durations. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,12 +25,6 @@ #include "parse-duration.h" -char * -xstrdup(char const * p) -{ - return strdup (p); -} - int main (int argc, char *argv[]) {