Eo class creation: Simplify code using recursive locks.
authorTom Hacohen <tom@stosb.com>
Thu, 8 Sep 2016 10:14:32 +0000 (11:14 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 8 Sep 2016 10:14:32 +0000 (11:14 +0100)
commit6b60560773f59398427f12c21945d31b852db72a
treedef935fbb94ac2fdfdc932b6cfaa41534e0d43b5
parent150cc62a0d151e6477a191ec5e97299b01f14fc2
Eo class creation: Simplify code using recursive locks.

Now that we have recursive locks, the class creation code can be much simpler.
All the code there was essentially our own implementation of recursive locks,
or rather a special case of those.

This is no longer needed.
src/lib/eo/Eo.h
src/lib/eo/eo.c