gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / tests / test-parse-duration.c
index 12ba91e..ef83b25 100644 (file)
@@ -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
 
 #include "parse-duration.h"
 
-char *
-xstrdup(char const * p)
-{
-  return strdup (p);
-}
-
 int
 main (int argc, char *argv[])
 {