summaryrefslogtreecommitdiffstats
path: root/vec_pseudo.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-04 15:41:40 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-04 15:41:40 -0400
commita7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d (patch)
treee5432e8f404833adca11ec9d764cb87fb845a27f /vec_pseudo.h
parent297e220ea1fd6d75ff0eb231273622591df24cc6 (diff)
downloadvecmathlib-a7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d.zip
vecmathlib-a7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d.tar.gz
Remove superfluous inline declarations
Diffstat (limited to 'vec_pseudo.h')
-rw-r--r--vec_pseudo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_pseudo.h b/vec_pseudo.h
index 0af1c77..4e74379 100644
--- a/vec_pseudo.h
+++ b/vec_pseudo.h
@@ -425,7 +425,7 @@ namespace vecmathlib {
}
return name_.c_str();
}
- inline void barrier()
+ void barrier()
{
#if defined __GNUC__ && !defined __clang__ && !defined __ICC
// GCC crashes when +X is used as constraint
OpenPOWER on IntegriCloud