diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-08 10:49:03 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-08 10:49:03 +0100 |
commit | 60c83971fb19dea49beab3a02c8913f75f62ad09 (patch) | |
tree | 90b3528a725b148a1e05f3a5a520ca3d336ca0d9 /hal/Hal.cpp | |
parent | aff468a486995dd7a31aca182666aeb6da713467 (diff) | |
download | uxp-60c83971fb19dea49beab3a02c8913f75f62ad09.tar.gz |
Issue #1263 - Part 1: Remove DiskSpaceWatcher
Diffstat (limited to 'hal/Hal.cpp')
-rw-r--r-- | hal/Hal.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hal/Hal.cpp b/hal/Hal.cpp index f88efd6cc3..67930c3558 100644 --- a/hal/Hal.cpp +++ b/hal/Hal.cpp @@ -855,22 +855,6 @@ void FactoryReset(mozilla::dom::FactoryResetReason& aReason) PROXY_IF_SANDBOXED(FactoryReset(aReason)); } -void -StartDiskSpaceWatcher() -{ - AssertMainProcess(); - AssertMainThread(); - PROXY_IF_SANDBOXED(StartDiskSpaceWatcher()); -} - -void -StopDiskSpaceWatcher() -{ - AssertMainProcess(); - AssertMainThread(); - PROXY_IF_SANDBOXED(StopDiskSpaceWatcher()); -} - uint32_t GetTotalSystemMemory() { |