Coding style fix
[urcu.git] / urcu / arch_generic.h
index e9b1b822fbe1f39df74f9702039ce3c8f96ea09a..36a00036cd00481d749ad39e8afc27db8ea85726 100644 (file)
@@ -10,7 +10,7 @@
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
-*
+ *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
@@ -121,10 +121,6 @@ extern "C" {
 #define cpu_relax()     barrier()
 #endif
 
-#ifndef sync_core
-#define sync_core()     mb()
-#endif
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.023449 seconds and 4 git commands to generate.