From 8b6f46af50651e0b1faf7adf94a179c6e16a05b1 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 26 May 2022 17:31:36 -0500 Subject: PathEnsureQuoted is not generally useful. --- src/libs/dutil/WixToolset.DUtil/inc/pathutil.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/libs/dutil/WixToolset.DUtil/inc/pathutil.h') diff --git a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h index 00a468ce..44d36568 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h @@ -195,16 +195,6 @@ DAPI_(HRESULT) PathConcatCch( __deref_out_z LPWSTR* psczCombined ); -/******************************************************************* - PathEnsureQuoted - ensures that a path is quoted; optionally, - this function also terminates a directory with a backslash - if it is not already. -*******************************************************************/ -DAPI_(HRESULT) PathEnsureQuoted( - __inout LPWSTR* ppszPath, - __in BOOL fDirectory - ); - /******************************************************************* PathCompare - compares the fully expanded path of the two paths using ::CompareStringW(). -- cgit v1.2.3-55-g6feb