Skip to content

Commit

Permalink
remove some remaining usage of ARCH_PRAGMA_PLACEMENT_NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Molodowitch committed Jan 9, 2020
1 parent 532d916 commit 04f8b2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pxr/usd/usd/wrapFlattenUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include "pxr/pxr.h"
#include "pxr/base/arch/pragmas.h"

ARCH_PRAGMA_PUSH
ARCH_PRAGMA_PLACEMENT_NEW // because of pyFunction.h and boost::function

#include <boost/python/def.hpp>

#include "pxr/usd/usd/flattenUtils.h"
Expand Down Expand Up @@ -83,5 +80,3 @@ void wrapUsdFlattenUtils()
UsdFlattenLayerStackResolveAssetPath,
(arg("sourceLayer"), arg("assetPath")));
}

ARCH_PRAGMA_POP

0 comments on commit 04f8b2c

Please # to comment.