🧑💻 Remove extraneous 'inline' hints
This commit is contained in:
@@ -53,7 +53,7 @@ class Stopwatch {
|
||||
* @return true on success
|
||||
*/
|
||||
static bool stop();
|
||||
static inline bool abort() { return stop(); } // Alias by default
|
||||
static bool abort() { return stop(); } // Alias by default
|
||||
|
||||
/**
|
||||
* @brief Pause the stopwatch
|
||||
@@ -114,7 +114,7 @@ class Stopwatch {
|
||||
|
||||
#else
|
||||
|
||||
static inline void debug(FSTR_P const) {}
|
||||
static void debug(FSTR_P const) {}
|
||||
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user