Skip to content

Commit

Permalink
another oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne committed Oct 24, 2024
1 parent fe963dc commit 7ab04e8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cmd/super/compile/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,3 @@ func (r *valReader) Read() (*super.Value, error) {
r.Value = nil
return val, nil
}

/*
func writeDescribe(ctx context.Context, seq dag.Seq, lk *lake.Root) {
info, err := describe.AnalyzeDAG(ctx, seq, data.NewSource(nil, lk), nil)
if err != nil {
fmt.Println(err)
return
}
out, err := json.MarshalIndent(info, "", " ")
if err != nil {
fmt.Println(err)
} else {
fmt.Println(string(out))
}
}
*/

0 comments on commit 7ab04e8

Please sign in to comment.