chore: remove comment indicating that implicit conversion should be removed (#9284)

This commit is contained in:
Cameron Zwarich 2025-07-09 10:31:34 -07:00 committed by GitHub
parent 1db5e35b59
commit d3a4bb29a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,8 +35,6 @@ public:
}
environment to_kernel_env() const;
// TODO: delete together with old compiler
operator environment() const { return to_kernel_env(); }
};
}