Commit 05259114427234831cf4915cbe40a5bb8ea021b0

Carlos Martín Nieto 2015-04-21T20:16:48

push: remove own copy of callbacks The push object knows which remote it's associated with, and therefore does not need to keep its own copy of the callbacks stored in the remote. Remove the copy and simply access the callbacks struct within the remote.