Skip to content
Snippets Groups Projects
Commit 1eb3520f authored by David Duarte's avatar David Duarte
Browse files

PDL: Remove Located and Named trait

The traits were not used for dynamic dispatch nor
for generic code.
The `Named` trait was also directly implemented on
stdlib types (via FieldPath).

As the trait was not giving any advantages over
a direct impl, remove them and put methods
directly on the ast nodes.

Test: compiles
Change-Id: I5ccf498cf985ea4206c2fb42bed5e0d7eb3c5b92
parent f9dff389
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment