Skip to content

Commit

Permalink
Remove unused d_scriptTimestamp from domain resolver cache
Browse files Browse the repository at this point in the history
This patch removes a a `bdlt::Datetime` leftover from a time when
BlazingMQ domain configuration generation was more dynamic.  This field
in each cache entry is unused now.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Nov 25, 2024
1 parent eec4c4a commit 2f93931
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/groups/mqb/mqba/mqba_domainresolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ class DomainResolver {
mqbconfm::DomainResolver d_data;
// Cached response data.

bdlt::Datetime d_scriptTimestamp;
// Last modification timestamp of the script
// at the time this data was generated.

bdlt::Datetime d_cfgDirTimestamp;
// Last modification timestamp of the config
// directory at the time this data was
Expand Down

0 comments on commit 2f93931

Please sign in to comment.