Skip to content

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
It was out-of-date and misplaced now
  • Loading branch information
hlinnaka committed Mar 28, 2023
1 parent 3f9e837 commit 78568fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions compute_tools/src/bin/compute_ctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ fn main() -> Result<()> {
None
};

// Read the options from the spec file that are needed to connect to the
// storage system.
//
// For backwards-compatibility, the top-level fields in the spec file may
// be empty. In that case, we need to dig them from the GUCs in the
// cluster.settings field.
//
let compute_state = ComputeNode {
start_time,
connstr: Url::parse(connstr)
Expand Down

0 comments on commit 78568fc

Please sign in to comment.