Remove stale comment

PiperOrigin-RevId: 248715509
Change-Id: I7aa3f4388920e39a79ac349890de403ac3384504
This commit is contained in:
Wiktor Garbacz 2019-05-17 07:21:11 -07:00 committed by Copybara-Service
parent 34d17b77ac
commit 207b2d9a95

View File

@ -210,7 +210,6 @@ bool Comms::Connect() {
return true; return true;
} }
// All member variables touched by Terminate() should be marked as 'mutable'.
void Comms::Terminate() { void Comms::Terminate() {
{ {
PotentiallyBlockingRegion region; PotentiallyBlockingRegion region;