Skip to content

Commit

Permalink
Remove unnecessary selectany spec from openmp_dummy Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 9, 2023
1 parent 2843a09 commit 2500c34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/alpaqa/src/driver/openmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#if defined(__GNUC__)
#define ALPAQA_USED [[gnu::used]]
#elif defined(_MSC_VER)
#define ALPAQA_USED __declspec(selectany)
#else
#define ALPAQA_USED
#endif
Expand Down

0 comments on commit 2500c34

Please sign in to comment.