From 45fc95b667d0eaba200958f824ca5fd1ea4774c5 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 29 Nov 2024 15:04:36 +0200 Subject: [PATCH] [UDFS] Remove unused file from compilation --- drivers/filesystems/udfs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/filesystems/udfs/CMakeLists.txt b/drivers/filesystems/udfs/CMakeLists.txt index b1bfdd9db84..6fcfba012ef 100644 --- a/drivers/filesystems/udfs/CMakeLists.txt +++ b/drivers/filesystems/udfs/CMakeLists.txt @@ -25,7 +25,7 @@ list(APPEND SOURCE mem.cpp misc.cpp namesup.cpp - pnp.cpp + #pnp.cpp read.cpp secursup.cpp shutdown.cpp