Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
176dae5a
Commit
176dae5a
authored
Dec 29, 2015
by
Hugo Beauzée-Luyssen
Browse files
FsDiscoverer: Remove dead code
parent
b48568c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/discoverer/FsDiscoverer.cpp
View file @
176dae5a
...
...
@@ -37,11 +37,8 @@
FsDiscoverer
::
FsDiscoverer
(
std
::
shared_ptr
<
factory
::
IFileSystem
>
fsFactory
,
MediaLibrary
*
ml
,
DBConnection
dbConn
)
:
m_ml
(
ml
)
,
m_dbConn
(
dbConn
)
,
m_fsFactory
(
fsFactory
)
{
if
(
fsFactory
!=
nullptr
)
m_fsFactory
=
fsFactory
;
else
m_fsFactory
.
reset
(
new
factory
::
FileSystemFactory
);
}
bool
FsDiscoverer
::
discover
(
const
std
::
string
&
entryPoint
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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