From 350b04e8beb2c39e56897d3f069de3286935b753 Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Tue, 12 Nov 2024 22:03:56 -0300 Subject: [PATCH] fix: remove bit_functions from vcxproj (#3108) At some point, the bit_functions.cpp and bit_functions.h files were removed from the project, but they continued to be referenced in the Visual Studio .vcxproj file, causing an error when trying to compile using it. --- vcproj/canary.vcxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcproj/canary.vcxproj b/vcproj/canary.vcxproj index 7cbdd118ccc..6436dd704a9 100644 --- a/vcproj/canary.vcxproj +++ b/vcproj/canary.vcxproj @@ -137,7 +137,6 @@ - @@ -336,7 +335,6 @@ -