summaryrefslogtreecommitdiffstats
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
parent297e220ea1fd6d75ff0eb231273622591df24cc6 (diff)
downloadvecmathlib-a7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d.zip
vecmathlib-a7c4daf6a2ced0283599d5a3d8aa1d0dc545a72d.tar.gz
Remove superfluous inline declarations
-rw-r--r--vec_pseudo.h2
-rw-r--r--vec_test.h2
2 files changed, 2 insertions, 2 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
diff --git a/vec_test.h b/vec_test.h
index c88322e..fee25a5 100644
--- a/vec_test.h
+++ b/vec_test.h
@@ -418,7 +418,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