summaryrefslogtreecommitdiff
path: root/platform/android/src/gson/json_primitive.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/gson/json_primitive.hpp')
-rw-r--r--platform/android/src/gson/json_primitive.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/platform/android/src/gson/json_primitive.hpp b/platform/android/src/gson/json_primitive.hpp
deleted file mode 100644
index 36f138d902..0000000000
--- a/platform/android/src/gson/json_primitive.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include "json_element.hpp"
-
-#include <jni/jni.hpp>
-
-namespace mbgl {
-namespace android {
-namespace gson {
-
-class JsonPrimitive {
-public:
- using SuperTag = JsonElement;
- static constexpr auto Name() { return "com/google/gson/JsonPrimitive"; };
-
- static void registerNative(jni::JNIEnv&);
-};
-
-} // namespace gson
-} // namespace android
-} // namespace mbgl \ No newline at end of file