mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
remove unused namespace alias (#12683)
This commit is contained in:
@@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
using namespace cmdArg;
|
using namespace cmdArg;
|
||||||
|
|
||||||
namespace fs = std::filesystem;
|
|
||||||
|
|
||||||
int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
|
int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
|
||||||
{
|
{
|
||||||
int nArgs = 0;
|
int nArgs = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user