Skip to content

Commit

Permalink
[Core] Don't set Context retention
Browse files Browse the repository at this point in the history
This will shortly be removed from OpenAssetIO...

Signed-off-by: Tom Cowland <tom@foundry.com>
  • Loading branch information
foundrytom committed Aug 23, 2023
1 parent 06b03dd commit 6f853a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/resolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ UsdOpenAssetIOResolver::UsdOpenAssetIOResolver() {
openassetio::hostApi::ManagerFactory::kDefaultManagerConfigEnvVarName};
}

readContext_ = openassetio::Context::make(openassetio::Context::Access::kRead,
openassetio::Context::Retention::kTransient);
readContext_ = openassetio::Context::make(openassetio::Context::Access::kRead);
}

UsdOpenAssetIOResolver::~UsdOpenAssetIOResolver() = default;
Expand Down

0 comments on commit 6f853a4

Please sign in to comment.