aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index 983cb32..4a1a9d0 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -480,7 +480,6 @@ namespace butl
private:
process_path path_;
small_vector<const char*, 3> vars_;
- std::string storage_;
};
template <typename I,