Skip to content
Snippets Groups Projects
Commit 81161d0b authored by Alaric Senat's avatar Alaric Senat
Browse files

DeviceLister: linux: Remove now irrelevant comment

(cherry picked from commit 7118373c)
parent eab78cf8
No related branches found
No related tags found
No related merge requests found
......@@ -237,8 +237,6 @@ bool DeviceLister::isRemovable( const std::string& partitionPath ) const
std::to_string( major( s.st_rdev ) ) + ":" +
std::to_string( minor( s.st_rdev ) );
// This path is a symlink to a /sys/devices/....../block/device/partition folder
// We are interested in the <device> part
std::string partitionBlockPath;
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment