]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/Message.h:remove unneeded inline 6989/head
authorMichal Jarzabek <stiopa@gmail.com>
Fri, 18 Dec 2015 22:17:55 +0000 (22:17 +0000)
committerMichal Jarzabek <stiopa@gmail.com>
Fri, 18 Dec 2015 22:19:59 +0000 (22:19 +0000)
Member functions defined within class are implicitly inline.

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/msg/Message.h

index ddba0e57a89620048c6330136b5d16a599fcae50..47049de21fa9703aabde7ab103bb417936ed3429 100644 (file)
@@ -301,7 +301,7 @@ protected:
       completion_hook->complete(0);
   }
 public:
-  inline const ConnectionRef& get_connection() const { return connection; }
+  const ConnectionRef& get_connection() const { return connection; }
   void set_connection(const ConnectionRef& c) {
     connection = c;
   }