[med-svn] [aghermann] 57/85: anon namespace within extern "C" is pointless

andrei zavada hmmr-guest at alioth.debian.org
Thu Sep 26 23:46:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch master
in repository aghermann.

commit 31dc79c47117f92cb672bd909eeef90e6c5edba4
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sat Sep 21 01:08:13 2013 +0300

    anon namespace within extern "C" is pointless
---
 upstream/src/aghermann/ui/sf/d/patterns_cb.cc |    2 --
 1 file changed, 2 deletions(-)

diff --git a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc
index 4727a50..ccddf3b 100644
--- a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc
+++ b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc
@@ -363,14 +363,12 @@ eSFFD_any_profile_value_changed_cb(
         gtk_widget_queue_draw( (GtkWidget*)FD.daSFFDThing);
 }
 
-namespace {
 inline double
 timeval_elapsed( const struct timeval &x, const struct timeval &y)
 {
         return y.tv_sec - x.tv_sec
                 + 1e-6 * (y.tv_usec - x.tv_usec);
 }
-}
 
 void
 eSFFD_any_criteria_value_changed_cb(

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list