From 9506c1760c34d91803cf7ade971e4975595dbfbe Mon Sep 17 00:00:00 2001 From: Blue Date: Fri, 14 Nov 2025 17:05:23 -0800 Subject: [PATCH] Remove duplicated method --- src/windows/wslaservice/exe/WSLAVirtualMachine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/windows/wslaservice/exe/WSLAVirtualMachine.h b/src/windows/wslaservice/exe/WSLAVirtualMachine.h index 62dca11..06c2d7f 100644 --- a/src/windows/wslaservice/exe/WSLAVirtualMachine.h +++ b/src/windows/wslaservice/exe/WSLAVirtualMachine.h @@ -62,7 +62,6 @@ public: _In_ const WSLA_PROCESS_OPTIONS& Options, int* Errno = nullptr, const TPrepareCommandLine& PrepareCommandLine = [](const auto&) {}); private: - static int32_t MountImpl(wsl::shared::SocketChannel& Channel, LPCSTR Source, _In_ LPCSTR Target, _In_ LPCSTR Type, _In_ LPCSTR Options, _In_ ULONG Flags); std::pair AttachDisk(_In_ PCWSTR Path, _In_ BOOL ReadOnly); static void Mount(wsl::shared::SocketChannel& Channel, LPCSTR Source, _In_ LPCSTR Target, _In_ LPCSTR Type, _In_ LPCSTR Options, _In_ ULONG Flags);