Saleem Abdulrasool:  This just rounds up a few compile warnings emitted by GCC (4.7.2).

llvm-svn: 171165
diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp
index b8af4dd..f3a0262 100644
--- a/libcxx/src/debug.cpp
+++ b/libcxx/src/debug.cpp
@@ -23,7 +23,7 @@
 {
     static __libcpp_db db;
     return &db;
-};
+}
 
 _LIBCPP_VISIBLE
 const __libcpp_db*