Skip to content

Commit

Permalink
fixup! Break uuid_utils header into subcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Feb 9, 2022
1 parent 541665a commit 51043c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/uitsl/utility/get_exec_instance_uuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ uuids::uuid get_exec_instance_uuid() {

}

uuids::uuid get_proc_instance_uuid() {
static auto uuid = uitsl::generate_random_uuid();
return uuid;
}

uuids::uuid get_thread_instance_uuid() {
thread_local auto uuid = uitsl::generate_random_uuid();
return uuid;
}

} // namespace uitsl

#endif // #ifndef UITSL_UTILITY_GET_EXEC_INSTANCE_UUID_HPP_INCLUDE

0 comments on commit 51043c2

Please sign in to comment.