From 3ea3b1c94f320bb55849d4a9fea1c3009ab3b298 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Jun 2017 14:28:30 +0300 Subject: Fix process_env not to store storage --- libbutl/process.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbutl/process.hxx') 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 vars_; - std::string storage_; }; template