From 7118373c4568c7dfc8dac2bed1e3aac20249b9b9 Mon Sep 17 00:00:00 2001 From: Alaric Senat <dev.asenat@posteo.net> Date: Mon, 17 Apr 2023 16:46:09 +0200 Subject: [PATCH] DeviceLister: linux: Remove now irrelevant comment --- src/filesystem/unix/DeviceLister.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/filesystem/unix/DeviceLister.cpp b/src/filesystem/unix/DeviceLister.cpp index 09598256d..6891b7494 100644 --- a/src/filesystem/unix/DeviceLister.cpp +++ b/src/filesystem/unix/DeviceLister.cpp @@ -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 { -- GitLab