Skip to content

Commit

Permalink
fix gcc compiler error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Feb 9, 2024
1 parent e2408d1 commit 9a17877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/osgEarth/Threading
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ namespace osgEarth

using Event = jobs::detail::event;

inline unsigned getCurrentThreadId() {
return osgEarth::getCurrentThreadId();
}
// C++17 typedefs - for now we need to support C++11 so cannot use these yet.
//using ReadWriteMutex = std::shared_mutex;
//using ScopedReadLock = std::shared_lock<std::shared_mutex>;
Expand Down

0 comments on commit 9a17877

Please sign in to comment.