Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port plVaultClientApi to standard C++ containers #1468

Merged
merged 10 commits into from
Sep 12, 2023
2 changes: 0 additions & 2 deletions Sources/Plasma/NucleusLib/pnUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ set(pnUtils_HEADERS
pnUtCoreLib.h
pnUtAllIncludes.h
pnUtCrypt.h
pnUtHash.h
pnUtList.h
pnUtStr.h
pnUtTime.h
)

set(pnUtils_SOURCES
pnUtCrypt.cpp
pnUtHash.cpp
pnUtList.cpp
pnUtStr.cpp
pnUtTime.cpp
Expand Down
1 change: 0 additions & 1 deletion Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com

#include "pnUtCoreLib.h" // must be first in list
#include "pnUtList.h"
#include "pnUtHash.h"
#include "pnUtTime.h"
#include "pnUtStr.h"
#include "pnUtCrypt.h"
Expand Down
93 changes: 0 additions & 93 deletions Sources/Plasma/NucleusLib/pnUtils/pnUtHash.cpp

This file was deleted.

Loading