Remove leftover comment

This commit is contained in:
Linus Dierheimer
2023-03-02 10:10:15 +01:00
committed by Carter Li
parent 7f59f22cf4
commit bf4f86b4f6
-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;