1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

No need to undef now that there is no collision

This commit is contained in:
Roland Coeurjoly 2024-04-13 23:34:01 +02:00
parent 40a6a9fdb8
commit 62ce139e3f
2 changed files with 0 additions and 6 deletions

View file

@ -161,9 +161,6 @@ struct DebugTrace {
bool isError;
};
// Don't want Windows function
#undef LookupPath
class EvalState : public std::enable_shared_from_this<EvalState>
{
public: