diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-07-24 13:57:44 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-07-24 13:57:44 +0100 |
| commit | 6f337b254dbfbae5fd0b321ac0c96db704921837 (patch) | |
| tree | 4584a2dece01080ee99c400110eede97075c2453 /src | |
| parent | ea0246756466114be22b0705705f4e7d9f575009 (diff) | |
Fix warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/selection.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selection.cc b/src/selection.cc index 232b6f6a..3b8f3d6f 100644 --- a/src/selection.cc +++ b/src/selection.cc @@ -547,7 +547,6 @@ String selection_to_string(const Selection& selection) String selection_list_to_string(const SelectionList& selections) { - const auto& buffer = selections.buffer(); return join(transformed(selections, [](const Selection& s) { return selection_to_string(s); }), ':', false); |
