From 4a07485a1908548a128df6214afbeb34ba4187f9 Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Thu, 2 Mar 2023 10:10:15 +0100 Subject: [PATCH] Remove leftover comment --- src/detection/disk/disk_linux.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/detection/disk/disk_linux.c b/src/detection/disk/disk_linux.c index 7e6a1bc0b..94b4c3488 100644 --- a/src/detection/disk/disk_linux.c +++ b/src/detection/disk/disk_linux.c @@ -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;