formatting support for `Subprocess::shellify`
[folly.git] / folly / Subprocess.h
index 0300fd8efdeac65f711e2fb5c503ccf83535671d..a3b9f877682013f588fc7ac3ccf3a11a09e25fd9 100644 (file)
@@ -462,8 +462,6 @@ class Subprocess {
       const Options& options = Options(),
       const std::vector<std::string>* env = nullptr);
 
-  static std::vector<std::string> shellify(const std::string& cmd);
-
   ////
   //// The methods below only manipulate the process state, and do not
   //// affect its communication pipes.