diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 8609a8c8b..cd2432be5 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -962,10 +962,6 @@ std::vector> SourceExprCommand::parseInstallables( for (auto & s : ss) { std::exception_ptr ex; - if (s.find('/') != std::string::npos) { - /*if (modifyInstallable) { - throw Error("cannot apply function: installable cannot be evaluated"); - }*/ auto found = s.rfind('^'); if (found != std::string::npos) { try {