Skip to content
Snippets Groups Projects
Commit 07069aab authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Don't invent new homogen-names. They should already be correct at this stage.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.53
parent 49d46331
No related branches found
No related tags found
No related merge requests found
...@@ -996,11 +996,6 @@ class NScope ...@@ -996,11 +996,6 @@ class NScope
switch(subtype) { switch(subtype) {
case "method": case "method":
if (n) { if (n) {
if (!h_name) {
h_name = n;
child->get_attributes()["homogen-name"] = n;
h_scope = symbols[n];
}
if (!h_scope) { if (!h_scope) {
h_scope = NScope(thing, path); h_scope = NScope(thing, path);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment