Removed done to-do.
This commit is contained in:
parent
d9e5b5826b
commit
97eaff0535
@ -93,7 +93,6 @@ void TranslatorASP::translate(std::ostream &ostream) const
|
||||
std::for_each(fluents.cbegin(), fluents.cend(),
|
||||
[&](const auto *fluent)
|
||||
{
|
||||
// TODO: Handle 0-ary predicates
|
||||
ostream << "fluent(" << *fluent << ")." << std::endl;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user