yuzu/src/common/logging
Morph 81b1b71993 common: fs: Remove [[nodiscard]] attribute on Remove* functions
There are a lot of scenarios where we don't particularly care whether or not the removal operation and just simply attempt a removal.

As such, removing the [[nodiscard]] attribute is best for these functions.
2021-06-22 13:36:24 -04:00
..
backend.cpp common: fs: Remove [[nodiscard]] attribute on Remove* functions 2021-06-22 13:36:24 -04:00
backend.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
log.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2021-04-14 23:10:58 -04:00
types.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00