From 89660bf7959ea4d2aeab12e934c60fc0cc18e2ec Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Fri, 7 Dec 2012 20:51:09 +0000 Subject: More Linux warnings fixes (remove default labels as needed): - as per http://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations Patch by Matt Kopec! llvm-svn: 169633 --- lldb/source/Core/Communication.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Core/Communication.cpp') diff --git a/lldb/source/Core/Communication.cpp b/lldb/source/Core/Communication.cpp index 8d4385bef47..b55698880a5 100644 --- a/lldb/source/Core/Communication.cpp +++ b/lldb/source/Core/Communication.cpp @@ -374,7 +374,6 @@ Communication::ReadThread (void *p) case eConnectionStatusLostConnection: // Lost connection while connected to a valid connection done = true; // Fall through... - default: case eConnectionStatusError: // Check GetError() for details case eConnectionStatusTimedOut: // Request timed out if (log) -- cgit v1.2.3