1remove 2------ 3 4.. deprecated:: 3.0 5 6 Use the :command:`list(REMOVE_ITEM)` command instead. 7 8:: 9 10 remove(VAR VALUE VALUE ...) 11 12Removes ``VALUE`` from the variable ``VAR``. This is typically used to 13remove entries from a vector (e.g. semicolon separated list). ``VALUE`` 14is expanded. 15