diff options
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r-- | src/hir/path.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp index 4e8eaef3..e6b4e381 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -191,7 +191,6 @@ public: GenericPath trait; ::std::string item; PathParams params; - PathParams impl_params; }), (UfcsUnknown, struct { ::std::unique_ptr<TypeRef> type; |