Skip to content

Commit

Permalink
Remove the code that has no practical effect
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <[email protected]>
  • Loading branch information
cuishuang authored and eandre committed Sep 26, 2024
1 parent f23ca12 commit f35dfc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/compiler/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ func convertCompileErrors(errList *perr.List, out []byte, workdir, appRoot, relw
// as files might be coming from either of them
errList.MakeRelative(workdir, relwd)
errList.MakeRelative(appRoot, relwd)
output = append(output)

return bytes.Join(output, []byte{'\n'})
}
Expand Down

0 comments on commit f35dfc1

Please sign in to comment.