Skip to content

Commit

Permalink
remove unused fields in namespace alias struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mozesl committed Nov 1, 2023
1 parent be35532 commit 48d8297
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/cpp/model/include/model/cppnamespacealias.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ namespace model
#pragma db object
struct CppNamespaceAlias : CppEntity
{
#pragma db unique
CppAstNodeId aliasedNamespaceNodeId;

CppAstNodePtr aliasedNamespace;

std::string toString() const
{
std::string ret("CppNamespaceAlias");
Expand Down

0 comments on commit 48d8297

Please sign in to comment.