X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=tests%2Ftest-parse-duration.c;h=ce9234e49e16422d581e9002bb0893f967de985e;hb=f4293d352452dd3c03c81ea1e14a4d3dcd050de7;hp=12ba91e508b1ecf3e003175c046746ad868429ac;hpb=21462b25befa9ac1e09e27b3d4df6952633a6ab4;p=gnulib.git diff --git a/tests/test-parse-duration.c b/tests/test-parse-duration.c index 12ba91e50..ce9234e49 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-2011 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[]) {