patrick
/
plasp
Archived
1
0
Fork 0

Removed done to-do.

This commit is contained in:
Patrick Lühne 2016-05-22 16:04:22 +02:00
parent d9e5b5826b
commit 97eaff0535
1 changed files with 0 additions and 1 deletions

View File

@ -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;
});