Delete dead code.
[oota-llvm.git] / lib / Support / Unix / Program.inc
index 5aa024a335201df79b8cb1dc8a43dc4581a405c1..b4df928489737ce8fe8a4e832578e6e345953407 100644 (file)
@@ -434,11 +434,6 @@ error_code sys::ChangeStdoutToBinary(){
   return make_error_code(errc::success);
 }
 
-error_code sys::ChangeStderrToBinary(){
-  // Do nothing, as Unix doesn't differentiate between text and binary.
-  return make_error_code(errc::success);
-}
-
 bool llvm::sys::argumentsFitWithinSystemLimits(ArrayRef<const char*> Args) {
   static long ArgMax = sysconf(_SC_ARG_MAX);