Skip to content

Commit

Permalink
[8042] Deprecate unused global variables in resource manager implemen…
Browse files Browse the repository at this point in the history
…tation.
  • Loading branch information
korydraughn committed Dec 6, 2024
1 parent 9a7a55e commit d286d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/core/include/irods/irods_resource_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ namespace irods

// =-=-=-=-=-=-=-
/// @brief special resource for local file system operations only
extern const std::string LOCAL_USE_ONLY_RESOURCE;
extern const std::string LOCAL_USE_ONLY_RESOURCE_VAULT;
extern const std::string LOCAL_USE_ONLY_RESOURCE_TYPE;
[[deprecated]] extern const std::string LOCAL_USE_ONLY_RESOURCE;
[[deprecated]] extern const std::string LOCAL_USE_ONLY_RESOURCE_VAULT;
[[deprecated]] extern const std::string LOCAL_USE_ONLY_RESOURCE_TYPE;

class resource_manager {
public:
Expand Down

0 comments on commit d286d36

Please sign in to comment.