From: Wolfgang Bangerth Date: Mon, 21 Aug 2000 00:42:01 +0000 (+0000) Subject: Remove unnecessary function. X-Git-Tag: v8.0.0~20165 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e410a5cc372d508fc5b715ebe3e22f76c3e99396;p=dealii.git Remove unnecessary function. git-svn-id: https://svn.dealii.org/trunk@3264 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_vector.templates.h b/deal.II/lac/include/lac/block_vector.templates.h index 164ff2d602..025d7a67ec 100644 --- a/deal.II/lac/include/lac/block_vector.templates.h +++ b/deal.II/lac/include/lac/block_vector.templates.h @@ -19,14 +19,6 @@ #include -template -static inline Number sqr (const Number x) -{ - return x*x; -}; - - - template BlockVector::BlockVector () {}