Remove leftover comment

This commit is contained in:
Linus Dierheimer
2023-03-02 10:10:15 +01:00
parent 71614e0b0c
commit 4a07485a19
-3
View File
@@ -25,9 +25,6 @@ static bool isPhysicalDevice(FFstrbuf* device)
if(!S_ISBLK(deviceStat.st_mode))
return false;
//Ignore all devices that are not physical devices
//DrvFs is a filesystem plugin to WSL that was designed to support interop between WSL and the Windows filesystem.
if(ffStrbufEqualS(device, "drvfs"))
return true;