We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28737d commit 090eceaCopy full SHA for 090ecea
internal/arduino/builder/cpp/depfile.go
@@ -63,10 +63,6 @@ func readDepFile(depFile string) (*Dependencies, error) {
63
return &Dependencies{}, nil
64
}
65
66
- // The first line of the depfile contains the path to the object file to generate.
67
- // The second line of the depfile contains the path to the source file.
68
- // All subsequent lines contain the header files necessary to compile the object file.
69
-
70
if !strings.HasSuffix(rows[0], ":") {
71
return nil, errors.New("no colon in first item of depfile")
72
0 commit comments