Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6905b6a5
Commit
6905b6a5
authored
Aug 04, 2010
by
Roberto Raggi
Browse files
Get rid of the member ClassOrNamespace::_instantiations.
parent
894ccdc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
6905b6a5
...
...
@@ -615,7 +615,6 @@ ClassOrNamespace *ClassOrNamespace::nestedType(const Name *name) const
ClassOrNamespace
*
i
=
_factory
->
allocClassOrNamespace
(
c
);
i
->
_templateId
=
templId
;
i
->
_usings
.
append
(
c
);
c
->
_instantiations
.
append
(
i
);
return
i
;
}
...
...
src/libs/cplusplus/LookupContext.h
View file @
6905b6a5
...
...
@@ -107,9 +107,6 @@ private:
// it's an instantiation.
const
TemplateNameId
*
_templateId
;
// templates
QList
<
ClassOrNamespace
*>
_instantiations
;
friend
class
CreateBindings
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment