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