From a7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Thu, 4 Jul 2013 15:41:40 -0400 Subject: Remove superfluous inline declarations --- vec_pseudo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vec_pseudo.h') 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 -- cgit v1.1