From 2438854ea33d0a2f8d9fb13d2e3ef6f7d9bda235 Mon Sep 17 00:00:00 2001 From: Frederick Martian Date: Thu, 4 Dec 2025 00:10:42 +0100 Subject: Incorporate some of the comment improvements suggested by Copilot and make LLFile::size() return -1 on error and adjust the callers to account for that. --- indra/test/llfile_tut.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/test/llfile_tut.cpp') 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)); -- cgit v1.3