aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-16 16:10:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-16 16:10:49 +0200
commitedaeda7122abd77fcf97b57b45f2e633d66d711f (patch)
tree5762f3d693cd37757e15d01aa06fd4aec2dd1140 /bpkg/utility.cxx
parent501cffd866e9a7e307aabf620896746a9d664d65 (diff)
Remove stray variable
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index 98b5125..6f4c3b4 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -266,6 +266,4 @@ namespace bpkg
//
run (args, exec_dir);
}
-
- bool exception_unwinding_dtor = false;
}