summaryrefslogtreecommitdiff
path: root/src/atomic_counter.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-10 21:34:40 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-10 21:34:40 +0100
commit770178724f9493e99c832863031aef016f143e9f (patch)
treea5cca5e3e6158fb718bdd828ca7cd390e9fa6866 /src/atomic_counter.hpp
parentd4fdc26efc6b21103e446f712a484af910a57f2f (diff)
errors are never predicted in branch prediction (likely/unlikely macros added)
Diffstat (limited to 'src/atomic_counter.hpp')
-rw-r--r--src/atomic_counter.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atomic_counter.hpp b/src/atomic_counter.hpp
index 305aa59..2cd225a 100644
--- a/src/atomic_counter.hpp
+++ b/src/atomic_counter.hpp
@@ -17,7 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
#ifndef __ZMQ_ATOMIC_COUNTER_HPP_INCLUDED__
#define __ZMQ_ATOMIC_COUNTER_HPP_INCLUDED__