Merge lp:~unity-api-team/indicator-network/remove_unused_variable into lp:indicator-network/15.04

Proposed by Antti Kaijanmäki on 2015-02-03
Status: Merged
Approved by: Antti Kaijanmäki on 2015-02-03
Approved revision: 472
Merged at revision: 476
Proposed branch: lp:~unity-api-team/indicator-network/remove_unused_variable
Merge into: lp:indicator-network/15.04
Diff against target: 11 lines (+0/-2)
1 file modified
sniffer/i-n-extractor.cpp (+0/-2)
To merge this branch: bzr merge lp:~unity-api-team/indicator-network/remove_unused_variable
Reviewer Review Type Date Requested Status
Jussi Pakkanen (community) 2015-02-03 Approve on 2015-02-03
Review via email: mp+248393@code.launchpad.net

Commit Message

Remove unused variable in extractor

Description of the Change

Apparently older version of g++ didn't catch this unused variable, and now the vivid builds are constantly failing because of -Werror

To post a comment you must log in.
Jussi Pakkanen (jpakkane) wrote :

Yes.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sniffer/i-n-extractor.cpp'
2--- sniffer/i-n-extractor.cpp 2014-11-26 11:31:07 +0000
3+++ sniffer/i-n-extractor.cpp 2015-02-03 15:21:41 +0000
4@@ -70,8 +70,6 @@
5 } else {
6 printf("Connection %s is not wireless.\n", path.path().toUtf8().data());
7 }
8- auto &d = devices[0];
9-
10 }
11 }
12

Subscribers

People subscribed via source and target branches