summaryrefslogtreecommitdiff
path: root/include/mbgl/util/any.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/any.hpp')
-rw-r--r--include/mbgl/util/any.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mbgl/util/any.hpp b/include/mbgl/util/any.hpp
deleted file mode 100644
index eea64b188a..0000000000
--- a/include/mbgl/util/any.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include <linb/any.hpp>
-
-namespace mbgl {
-
-using linb::any;
-using linb::any_cast;
-
-} // namespace mbgl