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 | f18b67f955680d5aee25853728386d3bf6cb9a99 (patch) | |
tree | 90b3528a725b148a1e05f3a5a520ca3d336ca0d9 /hal/fallback | |
parent | 2f1ea7194746fdbdd3c89e1d2a2e72a999656adb (diff) | |
download | aura-central-f18b67f955680d5aee25853728386d3bf6cb9a99.tar.gz |
Issue mcp-graveyard/UXP%1263 - Part 1: Remove DiskSpaceWatcher
Diffstat (limited to 'hal/fallback')
-rw-r--r-- | hal/fallback/FallbackDiskSpaceWatcher.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hal/fallback/FallbackDiskSpaceWatcher.cpp b/hal/fallback/FallbackDiskSpaceWatcher.cpp deleted file mode 100644 index 99d144397..000000000 --- a/hal/fallback/FallbackDiskSpaceWatcher.cpp +++ /dev/null @@ -1,19 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. */ - -namespace mozilla { -namespace hal_impl { - -void -StartDiskSpaceWatcher() -{ -} - -void -StopDiskSpaceWatcher() -{ -} - -} // namespace hal_impl -} // namespace mozilla |