https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45fc95b667d0eaba20095…
commit 45fc95b667d0eaba200958f824ca5fd1ea4774c5
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Fri Nov 29 15:04:36 2024 +0200
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Tue Jan 14 13:34:24 2025 +0200
[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