Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
  • Loading branch information
ghalliday committed Nov 22, 2023
1 parent 705667d commit 15fea4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/jlib/jsecrets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

//#define TRACE_SECRETS
#include <vector>
#include <type_traits>

enum class CVaultKind { kv_v1, kv_v2 };

Expand Down Expand Up @@ -415,7 +414,7 @@ static void expandSecretKey(std::string & category, std::string & name, std::str

//Represents an entry in the secret cache. Once created it is always used for the secret.
using cache_timestamp = unsigned;
using cache_timestamp_diff = signed;//std::make_signed<cache_timestamp>;
using cache_timestamp_diff = signed;
class SecretCacheEntry : public CInterface
{
friend class SecretCache;
Expand Down

0 comments on commit 15fea4b

Please sign in to comment.