diff options
Diffstat (limited to 'indra/test/llfile_tut.cpp')
| -rwxr-xr-x | indra/test/llfile_tut.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/test/llfile_tut.cpp b/indra/test/llfile_tut.cpp index 9cd7fd335f..c3676cd8b3 100755 --- a/indra/test/llfile_tut.cpp +++ b/indra/test/llfile_tut.cpp @@ -84,7 +84,6 @@ namespace tut ensure("llfile_test1.dat should not yet exist", !LLFile::exists(testfile1.string())); const char* testdata = "testdata"; - std::time_t current = time(nullptr); S64 bytes = LLFile::write(testfile1.string(), testdata, 0, sizeof(testdata)); ensure("LLFile::write() did not write correctly", bytes == sizeof(testdata)); |
