summaryrefslogtreecommitdiff
path: root/common/linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/linux.cpp')
-rw-r--r--common/linux.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/linux.cpp b/common/linux.cpp
deleted file mode 100644
index 6132ace692..0000000000
--- a/common/linux.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <mbgl/platform/platform.hpp>
-
-namespace mbgl {
-namespace platform {
-
-// Returns the path to the default cache database on this system.
-std::string defaultCacheDatabase() {
- return "/tmp/mbgl-cache.db";
-}
-
-}
-}