Remove obsolete to-do note

This commit is contained in:
Patrick Lühne 2020-05-11 04:00:51 +02:00
parent 2ed1e6d89d
commit 674cee0e87
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type Definitions =
pub(crate) struct Translator<'p>
{
problem: &'p mut crate::Problem,// TODO: refactor
problem: &'p mut crate::Problem,
definitions: Definitions,
}