]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove stray semicolons.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Feb 2003 00:12:16 +0000 (00:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Feb 2003 00:12:16 +0000 (00:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@7111 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/thread_management.h

index 541c3cf7b08a5e74f853cccfeaefe7cb7fddd273..2feedc18d608ba2ca1a394e472e0968e3a0d5c3b 100644 (file)
@@ -4837,7 +4837,7 @@ namespace Threads
               ArgRefs  arg_refs)
         {
           internal::call (fun_ptr, obj, arg_refs, rv);
-        };
+        }
 
                                        /**
                                         * Initialize the return value
@@ -4850,7 +4850,7 @@ namespace Threads
               ArgRefs arg_refs)
         {
           internal::call (fun_ptr, arg_refs, rv);
-        };
+        }
 
                                        /**
                                         * Get the return value of the
@@ -4860,14 +4860,14 @@ namespace Threads
       RT return_value () const 
         {
           return rv.get();
-        };
+        }
 
                                        /**
                                         * Join this thread. Is of
                                         * course a no-op in this of no
                                         * thread support.
                                         */
-      void join () const {};
+      void join () const {}
 
                                        /**
                                         * Compare for equality of
@@ -4883,7 +4883,7 @@ namespace Threads
       bool operator == (const Thread &)
         {
           return true;
-        };
+        }
       
     private:
                                        /**
@@ -4965,7 +4965,7 @@ namespace Threads
         operator() () {
           return Thread<RT> (mem_fun_ptr, c,
                              ArgList());
-        };
+        }
     
       private:
         C         &c;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.