Commit e46f8f7e authored by Dominik Charousset's avatar Dominik Charousset

Fix build with actor_profiler disabled (default)

parent af673f6f
...@@ -105,7 +105,7 @@ public: ...@@ -105,7 +105,7 @@ public:
# define CAF_BEFORE_PROCESSING(self, msg) static_cast<void>(0) # define CAF_BEFORE_PROCESSING(self, msg) static_cast<void>(0)
# define CAF_AFTER_PROCESSING(self, result) static_cast<void>(0) # define CAF_AFTER_PROCESSING(self, result) static_cast<void>(0)
# define CAF_BEFORE_SENDING(self, msg) static_cast<void>(0) # define CAF_BEFORE_SENDING(self, msg) static_cast<void>(0)
# define CAF_BEFORE_SENDING_DELAYED(self, msg) static_cast<void>(0) # define CAF_BEFORE_SENDING_SCHEDULED(self, msg) static_cast<void>(0)
#endif #endif
} // namespace caf } // namespace caf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment