diff options
Diffstat (limited to 'src/test/test-stat-util.c')
-rw-r--r-- | src/test/test-stat-util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test-stat-util.c b/src/test/test-stat-util.c index 7f633ab259..5f744b0288 100644 --- a/src/test/test-stat-util.c +++ b/src/test/test-stat-util.c @@ -67,7 +67,6 @@ TEST(path_is_fs_type) { } TEST(path_is_temporary_fs) { - const char *s; int r; FOREACH_STRING(s, "/", "/run", "/sys", "/sys/", "/proc", "/i-dont-exist", "/var", "/var/lib") { @@ -85,7 +84,6 @@ TEST(path_is_temporary_fs) { } TEST(path_is_read_only_fs) { - const char *s; int r; FOREACH_STRING(s, "/", "/run", "/sys", "/sys/", "/proc", "/i-dont-exist", "/var", "/var/lib") { |