str set sub command removal. (#2940)

This commit is contained in:
Andrés N. Robalino
2021-01-14 18:55:37 -05:00
committed by GitHub
parent ebc4694e05
commit d8ed01400f
5 changed files with 2 additions and 144 deletions

View File

@ -91,7 +91,6 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(StrFindReplace),
whole_stream_command(StrFrom),
whole_stream_command(StrSubstring),
whole_stream_command(StrSet),
whole_stream_command(StrToDatetime),
whole_stream_command(StrContains),
whole_stream_command(StrIndexOf),