diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-04 00:05:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-04 00:05:44 +0100 |
| commit | c7996b651e33e69349a43303f8bec9f1a4fd5cbf (patch) | |
| tree | e7a059a77f81a8a592117d962708f170f66b892f /src | |
| parent | f071ead497efe9e42a7a1d261bd3becc373a9e86 (diff) | |
Remove unused capture.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rating.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rating.cc b/src/rating.cc index 0ba9f2b8..dc32ec9c 100644 --- a/src/rating.cc +++ b/src/rating.cc @@ -98,7 +98,7 @@ dcp::load_rating_list(boost::filesystem::path ratings_file) return a; }; - auto get_line = [f, ratings_file, &get_line_no_throw]() { + auto get_line = [ratings_file, &get_line_no_throw]() { auto line = get_line_no_throw(); if (!line) { throw FileError("Bad ratings file", ratings_file, -1); |
