Skip to content

Commit 3febdca

Browse files
authored
clang compilation failiure fix (#4718)
1 parent 907f002 commit 3febdca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/fmt.cc

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

137-
// gcc doesn't yet implement private module fragments
138-
#if !FMT_GCC_VERSION
139-
module :private;
140-
#endif
141-
142137
#ifdef FMT_ATTACH_TO_GLOBAL_MODULE
143138
extern "C++" {
144139
#endif

0 commit comments

Comments
 (0)