diff options
Diffstat (limited to 'src/types.hpp')
-rw-r--r-- | src/types.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/types.hpp b/src/types.hpp index 90f9ee3b..9146d971 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -98,7 +98,6 @@ TAGGED_UNION(TypeData, None, class TypeRef:
public Serialisable
{
- Span m_span;
public:
TypeData m_data;
@@ -206,9 +205,6 @@ public: {}
- void set_span(Span sp) { this->m_span = sp; }
- const Span& span() { return this->m_span; }
-
/// Dereference the type (return the result of *type_instance)
bool deref(bool is_implicit);
/// Merge with another type (combines known aspects, conflitcs cause an exception)
|