diff --git a/compiler/lib/ServerLib/ServerLambda.cpp b/compiler/lib/ServerLib/ServerLambda.cpp index f4f627a67..dd8e34382 100644 --- a/compiler/lib/ServerLib/ServerLambda.cpp +++ b/compiler/lib/ServerLib/ServerLambda.cpp @@ -55,10 +55,6 @@ ServerLambda::loadFromModule(std::shared_ptr module, << ") != 1 is not supported"; } - if (!param->outputs[0].encryption.hasValue()) { - return StringError("ServerLambda: clear output is not yet supported"); - } - lambda.clientParameters = *param; return lambda; }