Applied cppcoreguidelines-avoid-non-const-global-variables clang-tidy fixes
This commit is contained in:
@@ -82,7 +82,5 @@ private:
|
||||
std::vector<relationship> relationships_;
|
||||
bool nested_{false};
|
||||
bool complete_{false};
|
||||
|
||||
static std::atomic_uint64_t m_nextId;
|
||||
};
|
||||
} // namespace clanguml::common::model
|
||||
|
||||
Reference in New Issue
Block a user