refactor: remove TR_BEGIN_DECLS, TR_END_DECLS (#1837)

* refactor: remove TR_BEGIN_DECLS, TR_END_DECLS
This commit is contained in:
Charles Kerr
2021-09-25 11:07:22 -05:00
committed by GitHub
parent c646a26c43
commit 17ee032dd8
32 changed files with 12 additions and 154 deletions

View File

@@ -12,8 +12,6 @@
#include "tr-macros.h"
TR_BEGIN_DECLS
/**
* @addtogroup error Error reporting
* @{
@@ -129,5 +127,3 @@ void tr_error_propagate_prefixed(tr_error** new_error, tr_error** old_error, cha
TR_GNUC_PRINTF(3, 4);
/** @} */
TR_END_DECLS