aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-24 15:24:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-24 15:24:29 +0200
commitcfe895f6620d22c046025027b5252e928279bf20 (patch)
treee94fa9a1ee8e8cbf9b5da75e2dbea1cbcd480397 /libbutl/process.hxx
parentb6e02f4224975a6425f62095bc35478e8866db77 (diff)
Remove msys instrumentation
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index 11b320c..1f82af0 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -175,12 +175,6 @@ namespace butl
//
std::string
description () const;
-
- // @@ TMP
- //
-#ifdef _WIN32
- optional<bool> msys_;
-#endif
};
class LIBBUTL_EXPORT process
@@ -386,10 +380,6 @@ namespace butl
auto_fd out_fd; // Write to it to send to stdin.
auto_fd in_ofd; // Read from it to receive from stdout.
auto_fd in_efd; // Read from it to receive from stderr.
-
-#ifdef _WIN32
- optional<bool> msys_;
-#endif
};
// Higher-level process running interface that aims to make executing a