rm redundant decl

This commit is contained in:
Xuan Son Nguyen
2026-08-22 15:22:57 +02:00
parent 3c7135fc4d
commit ff0b1959a4
-3
View File
@@ -351,7 +351,4 @@ class common_json {
alignas(8) unsigned char storage[32];
};
// json.cpp defines this specialization, it must be declared before any use of it
template <> common_json common_json::get<common_json>() const;
using common_json_entry = common_json::items_view::entry;