Skip to content

Commit 3e086c6

Browse files
committed
remove uneeded declaration
1 parent 101a61e commit 3e086c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/serialization/attribute_serialization.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636

3737
namespace spark_dsg::serialization {
3838

39-
std::unique_ptr<Visitor> Visitor::s_instance_ = nullptr;
40-
4139
Visitor& Visitor::instance() {
4240
if (!s_instance_) {
4341
s_instance_.reset(new Visitor());

0 commit comments

Comments
 (0)