aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2009-11-17 21:35:21 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2009-11-17 21:35:21 +0000
commit5a5e2828d22f36b4f803d85e092643210c11ce90 (patch)
tree1f8d59a59a9f45858367a3961b03f1ff8875a6a1
parentd1725344d1c2c627469995c741156ae879bebbc8 (diff)
downloadgcc-5a5e2828d22f36b4f803d85e092643210c11ce90.zip
gcc-5a5e2828d22f36b4f803d85e092643210c11ce90.tar.gz
gcc-5a5e2828d22f36b4f803d85e092643210c11ce90.tar.bz2
profiler.h: Remove namespace markup.
2009-11-17 Benjamin Kosnik <bkoz@redhat.com> * include/profile/impl/profiler.h: Remove namespace markup. From-SVN: r154272
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/profile/impl/profiler.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b137a7c..76caa59 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2009-11-17 Benjamin Kosnik <bkoz@redhat.com>
+ * include/profile/impl/profiler.h: Remove namespace markup.
+
+2009-11-17 Benjamin Kosnik <bkoz@redhat.com>
+
* include/profile/bitset: Tweak doxygen markup.
* include/profile/deque: Same.
* include/profile/list: Same.
diff --git a/libstdc++-v3/include/profile/impl/profiler.h b/libstdc++-v3/include/profile/impl/profiler.h
index 6e92729..78e1d14 100644
--- a/libstdc++-v3/include/profile/impl/profiler.h
+++ b/libstdc++-v3/include/profile/impl/profiler.h
@@ -43,10 +43,6 @@
#include <stddef.h>
#endif
-/**
- * @namespace std::__gnu_profile
- * @brief Implementation of profile extension.
- */
namespace __gnu_profile
{
/** @brief Reentrance guard.