Skip to content

Commit

Permalink
pcp2template.py: remove ancient compatibility hint
Browse files Browse the repository at this point in the history
  • Loading branch information
myllynen committed Jun 5, 2024
1 parent f0ba8bd commit c9e32a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pcp2template/pcp2template.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ def write_XXX(self, timestamp):
#host = self.context.pmGetContextHostName()
#timez = self.context.posix_tz_to_utc_offset(self.context.get_current_tz(self.opts))

# XXX Use get_sorted_results on PCP 4.3.1 and older
# XXX Only retrieve non-valid results if needed
results = self.pmconfig.get_ranked_results(valid_only=True)

Expand Down

0 comments on commit c9e32a7

Please sign in to comment.