python: Stop conditionally excluding code from pyobject.cc
authorGabe Black <gabeblack@google.com>
Fri, 12 Oct 2018 01:02:14 +0000 (18:02 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 17 Oct 2018 20:16:45 +0000 (20:16 +0000)
commit2701fcb2ffe76e2cb087807e87a9114d0009b7db
tree8a6e7acda8b1b5092a35aa742522c473d2f697bc
parent00dec3065ab816e9e47234a3623010547cb7e487
python: Stop conditionally excluding code from pyobject.cc

Now that the Ether* classes are included in all builds, there's no
reason to conditionally compile code in pyobject.cc.

Change-Id: If94602af71774b1f090a3344a633207f4b37d308
Reviewed-on: https://gem5-review.googlesource.com/c/13470
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/python/pybind11/pyobject.cc