cosmetic: drop unneeded comments

This commit is contained in:
Roland Conybeare 2023-10-24 20:36:44 -04:00
commit 484b2e9f0d

View file

@ -3,10 +3,5 @@
set(SELF_LIB pyreflect)
set(SELF_SRCS pyreflect.cpp)
# ----------------------------------------------------------------
# pybind11 dep
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} reflect)