summaryrefslogtreecommitdiff
path: root/external/liborcus/unused-variables.patch.1
blob: 77b88fae288cc739c16c8db42ff555310db68267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 5fccafa297ce2439ee850e13ccbeea3edb1750af Mon Sep 17 00:00:00 2001
From: Kohei Yoshida <kohei.yoshida@gmail.com>
Date: Tue, 2 Nov 2021 20:42:45 -0400
Subject: [PATCH] Unused variables.

---
 include/orcus/sax_parser.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/orcus/sax_parser.hpp b/include/orcus/sax_parser.hpp
index 24b1e8ea..15e8d917 100644
--- a/include/orcus/sax_parser.hpp
+++ b/include/orcus/sax_parser.hpp
@@ -539,7 +539,6 @@ template<typename _Handler, typename _Config>
 void sax_parser<_Handler,_Config>::attribute()
 {
     sax::parser_attribute attr;
-    std::string_view attr_ns_name, attr_name, attr_value;
     attribute_name(attr.ns, attr.name);
 
 #if ORCUS_DEBUG_SAX_PARSER
-- 
2.25.1