FairMQ/fairmq/zeromq
Giulio Eulisse 2a72d58766 Remove unneeded if when deleting NULL / 0 / nullptr
C++ standard dictates that NULL / 0 / nullptr is a valid argument for
delete which then simply has no effect:

"The value of the first argument supplied to a deallocation function may
be a null pointer value; if so, and if the deallocation function is one
supplied in the standard library, the call has no effect."

I therefore think in these particular case it's safe to remove the ifs.
2017-03-13 15:46:56 +01:00
..
FairMQContextZMQ.cxx First version of the shared memory transport. 2016-12-18 14:50:58 +01:00
FairMQContextZMQ.h Add shared memory example 2016-05-11 14:52:53 +02:00
FairMQMessageZMQ.cxx Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00
FairMQMessageZMQ.h Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00
FairMQPollerZMQ.cxx Remove unneeded if when deleting NULL / 0 / nullptr 2017-03-13 15:46:56 +01:00
FairMQPollerZMQ.h Enable new callback API 2016-09-30 14:36:35 +02:00
FairMQSocketZMQ.cxx Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00
FairMQSocketZMQ.h Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00
FairMQTransportFactoryZMQ.cxx Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00
FairMQTransportFactoryZMQ.h Adding multiple transports support & other fixes: 2017-02-23 06:47:09 +01:00