update test/fuzztest/storagetotalstatusservice_fuzzer/storagetotalstatusservice_fuzzer.cpp.

Signed-off-by: lixiyuan <lixiyuan7@huawei.com>
This commit is contained in:
lixiyuan 2024-11-21 09:05:58 +00:00 committed by Gitee
parent edd55813ca
commit 985b1ea13b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -23,7 +23,6 @@ bool StorageTotalStatusServiceFuzzTest(const uint8_t *data, size_t size)
if ((data == nullptr) || (size == 0)) {
return false;
}
std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::GetInstance();
int64_t totalSize;
int64_t systemSize;