Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
8b9df85d
Commit
8b9df85d
authored
Apr 16, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neighbor/smbclient: remove unused attribute "alive"
parent
38d0f02e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
SmbclientNeighborPlugin.cxx
src/neighbor/plugins/SmbclientNeighborPlugin.cxx
+3
-4
No files found.
src/neighbor/plugins/SmbclientNeighborPlugin.cxx
View file @
8b9df85d
...
...
@@ -39,11 +39,10 @@ class SmbclientNeighborExplorer final : public NeighborExplorer {
struct
Server
{
std
::
string
name
,
comment
;
bool
alive
;
Server
(
std
::
string
&&
_name
,
std
::
string
&&
_comment
)
:
name
(
std
::
move
(
_name
)),
comment
(
std
::
move
(
_comment
)),
alive
(
true
)
{}
:
name
(
std
::
move
(
_name
)),
comment
(
std
::
move
(
_comment
))
{}
Server
(
const
Server
&
)
=
delete
;
gcc_pure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment