From 96114428bd07f2e30b259c50c6e4be8262075e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Tue, 20 Mar 2018 14:12:47 +0100 Subject: [PATCH] Remove unneeded migration helper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The migration has completed and this is no longer needed. Bug: None Change-Id: I2ef262e78cad618e9bb664baa239d446fe8bd69d Reviewed-on: https://webrtc-review.googlesource.com/63320 Reviewed-by: Taylor Brandstetter Commit-Queue: Sami Kalliomäki Cr-Commit-Position: refs/heads/master@{#22524} --- api/peerconnectioninterface.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/peerconnectioninterface.h b/api/peerconnectioninterface.h index 4cb3d65815..e58713ff12 100644 --- a/api/peerconnectioninterface.h +++ b/api/peerconnectioninterface.h @@ -67,10 +67,6 @@ #ifndef API_PEERCONNECTIONINTERFACE_H_ #define API_PEERCONNECTIONINTERFACE_H_ -// TODO(sakal): Remove this define after migration to virtual PeerConnection -// observer is complete. -#define VIRTUAL_PEERCONNECTION_OBSERVER_DESTRUCTOR - #include #include #include