Skip to content

Commit c3660a4

Browse files
committed
Remove a gcc workaround
1 parent 907f002 commit c3660a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/fmt.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ extern "C++" {
134134
}
135135
#endif
136136

137-
// gcc doesn't yet implement private module fragments
138-
#if !FMT_GCC_VERSION
139137
module :private;
140-
#endif
141138

142139
#ifdef FMT_ATTACH_TO_GLOBAL_MODULE
143140
extern "C++" {

0 commit comments

Comments
 (0)