summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-07-10 18:10:04 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-07-11 12:42:45 +0300
commitd207166abe51edd386d9a85de1761ba2b8de65c7 (patch)
tree36c49f3cdbd295472bfca10e0edf91407aac67e5 /include/mbgl/util
parent30416c5a9886ac18ad257ace0212d9c1f5bc5d4b (diff)
downloadqtlocation-mapboxgl-d207166abe51edd386d9a85de1761ba2b8de65c7.tar.gz
Remove unused function: cwd()
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/uv.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/util/uv.hpp b/include/mbgl/util/uv.hpp
index 19c6c5b4df..9198b0fd1c 100644
--- a/include/mbgl/util/uv.hpp
+++ b/include/mbgl/util/uv.hpp
@@ -12,8 +12,6 @@ typedef struct uv_fs_s uv_fs_t;
namespace uv {
-std::string cwd();
-
class rwlock;
class loop;
class async;