extra ';' outside of a function [-pedantic,-Wextra-semi]

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 3d83a1a..d9b9206 100644
--- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -70,7 +70,7 @@
         if (error.Success())
             ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm);
     }
-};
+}
 
 
 #define DEBUGSERVER_BASENAME    "debugserver"