diff options
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r-- | src/ast/path.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp index 4fc08bb1..1260ece3 100644 --- a/src/ast/path.hpp +++ b/src/ast/path.hpp @@ -130,7 +130,6 @@ public: private: /// The crate defining the root of this path (used for path resolution) ::std::string m_crate; - Span m_span; public: Class m_class; @@ -198,9 +197,6 @@ public: } - const Span& span() const { - return m_span; - } Class::Tag class_tag() const { return m_class.tag(); } |