summaryrefslogtreecommitdiff
path: root/util/env_windows_test_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/env_windows_test_helper.h')
-rw-r--r--util/env_windows_test_helper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/env_windows_test_helper.h b/util/env_windows_test_helper.h
index 5ffbe44..e6f6020 100644
--- a/util/env_windows_test_helper.h
+++ b/util/env_windows_test_helper.h
@@ -18,11 +18,6 @@ class EnvWindowsTestHelper {
// Set the maximum number of read-only files that will be mapped via mmap.
// Must be called before creating an Env.
static void SetReadOnlyMMapLimit(int limit);
-
- // Relax file permissions for tests. This results in most files being opened
- // with read-write permissions. This is helpful for corruption tests that
- // need to corrupt the database files for open databases.
- static void RelaxFilePermissions();
};
} // namespace leveldb