Skip to content
Snippets Groups Projects
Commit 7118373c authored by Alaric Senat's avatar Alaric Senat Committed by Alaric Senat
Browse files

DeviceLister: linux: Remove now irrelevant comment

parent 536889cd
No related branches found
No related tags found
1 merge request!755DeviceLister: linux: Fix device name inference
Pipeline #396492 failed with stages
in 6 minutes and 37 seconds
......@@ -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