Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-src_data__parser.hh,v 1.1 2015/09/05 22:12:04 wiz Exp $
Remove unused variables.
--- src/data_parser.hh.orig 2015-03-31 13:30:23.000000000 +0000
+++ src/data_parser.hh
@@ -437,8 +437,6 @@ private:
}
if (iter->e_token == this->dp_format->df_terminator) {
- std::vector<element> key_copy;
-
value.SPLICE(value.end(),
key_comps,
key_comps.begin(),
@@ -480,8 +478,6 @@ private:
}
else if (key_iter->e_token ==
this->dp_format->df_terminator) {
- std::vector<element> key_copy;
-
value.SPLICE(value.end(),
key_comps,
key_comps.begin(),