Remove the deprecated functions from the public API
The PDI_transaction_begin
and PDI_transaction_end
functions have been deprecated for a long time.
They should now be hidden behind a macro in the header.
export.h
provides PDI_NO_DEPRECATED
, the purpose of this macro should be investigated.
Edited by Julien Bigot