Skip to content

Commit 090ecea

Browse files
committed
Removed misleading comment
1 parent d28737d commit 090ecea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/arduino/builder/cpp/depfile.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ func readDepFile(depFile string) (*Dependencies, error) {
6363
return &Dependencies{}, nil
6464
}
6565

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-
7066
if !strings.HasSuffix(rows[0], ":") {
7167
return nil, errors.New("no colon in first item of depfile")
7268
}

0 commit comments

Comments
 (0)