maint: update all copyright year number ranges
[gnulib.git] / tests / nap.h
index 99d47b6..342a70c 100644 (file)
@@ -1,5 +1,5 @@
 /* Assist in file system timestamp tests.
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-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
@@ -48,7 +48,6 @@ static int
 nap_works (int fd, int delay, struct stat *st)
 {
   struct stat old_st;
-  int result = 0;
   old_st = *st;
   usleep (delay);
   get_mtime (fd, st, 1);