Skip to content

Commit 64a404a

Browse files
committed
Don't need header pytraits.hpp: same code is in pycontainer.hpp
1 parent d6b2fb4 commit 64a404a

4 files changed

Lines changed: 0 additions & 36 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ set(XTENSOR_PYTHON_HEADERS
3838
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pytensor.hpp
3939
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pyvectorize.hpp
4040
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/xtensor_python_config.hpp
41-
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pytraits.hpp
4241
)
4342

4443
OPTION(BUILD_TESTS "xtensor test suite" OFF)

include/xtensor-python/pyarray.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "pycontainer.hpp"
1919
#include "pybuffer_adaptor.hpp"
20-
#include "pytraits.hpp"
2120

2221
namespace xt
2322
{

include/xtensor-python/pytensor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include "pycontainer.hpp"
2020
#include "pybuffer_adaptor.hpp"
21-
#include "pytraits.hpp"
2221

2322
namespace xt
2423
{

include/xtensor-python/pytraits.hpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)