From d0514ba8064513864469906b19d1c055e6c3b481 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 22 Oct 2015 14:17:47 -0500 Subject: Fix a bunch of warnings Mostly adding __unused where needed. Change-Id: Ia4f675b9b360782728c361ed1699db0cc277c3a5 --- partition.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'partition.cpp') diff --git a/partition.cpp b/partition.cpp index 8c5b412a7..3f7b26ccd 100644 --- a/partition.cpp +++ b/partition.cpp @@ -2276,7 +2276,6 @@ uint64_t TWPartition::Get_Max_FileSize() { maxFileSize = 3.94 * constTB; //3.94 TB else maxFileSize = 100000000L; - LOGINFO("Get_Max_FileSize::maxFileSize: %llu\n", maxFileSize); return maxFileSize - 1; } -- cgit v1.2.3