Browse Source

Merge pull request #10289 from mhilbrunner/fix-eof

Fix EOF newlines in using multiple threads
Max Hilbrunner 8 months ago
parent
commit
a5aac83516
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tutorials/performance/using_multiple_threads.rst

+ 0 - 1
tutorials/performance/using_multiple_threads.rst

@@ -498,4 +498,3 @@ ready to be processed:
         mutex->unlock();
         mutex->unlock();
         return counter_value;
         return counter_value;
     }
     }
-