From 1c5e0ee31e82115fe7d17b6a9cdbc568f8a145e2 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 27 Mar 2020 18:30:35 +0200 Subject: [core] Fix misc-* errors As reported by clang-tidy-8. --- src/mbgl/annotation/shape_annotation_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mbgl/annotation') diff --git a/src/mbgl/annotation/shape_annotation_impl.cpp b/src/mbgl/annotation/shape_annotation_impl.cpp index 3617315d5e..0da98acb84 100644 --- a/src/mbgl/annotation/shape_annotation_impl.cpp +++ b/src/mbgl/annotation/shape_annotation_impl.cpp @@ -11,7 +11,6 @@ namespace mbgl { using namespace style; -namespace geojsonvt = mapbox::geojsonvt; ShapeAnnotationImpl::ShapeAnnotationImpl(const AnnotationID id_) : id(id_), -- cgit v1.2.1