From 8edb899da58122bfa4789c402df834b4b19d7345 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Sep 2021 11:18:48 +0200 Subject: eng: Remove bogus coding rule Declaring functions used only through function pointers as inline makes absolutely no sense at all. --- eng/coding-conventions.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'eng') diff --git a/eng/coding-conventions.rst b/eng/coding-conventions.rst index 668a917..575dd44 100644 --- a/eng/coding-conventions.rst +++ b/eng/coding-conventions.rst @@ -219,8 +219,6 @@ Performance * Understand the constraints of `real-time programming `_.. Limit execution times in interrupt contexts and critical sections, such as Interrupt and Timer Service Routines (TSRs). -* Functions used only through function pointers should be declared - 'static inline' (RTEMS_INLINE_ROUTINE) * Prefer to ++preincrement instead of postincrement++. * Avoid using floating point except where absolutely necessary. -- cgit v1.2.3