diff options
| author | 2018-02-21 16:30:17 -0800 | |
|---|---|---|
| committer | 2018-02-22 14:54:47 -0800 | |
| commit | 3fad895e756e9483fd3eee210d14a43f936703dd (patch) | |
| tree | fa6a6313f77966502f31c768622cb9f3f2d73cae /java/java.go | |
| parent | fabb608b27878dd76b1bbb49eff03467ec4688ac (diff) | |
Don't pretend *parser.List is immutable
The functions in bpfix that take a *parser.List and return a
modified *parser.List are always returning the same pointer
and mutating the target of the pointer. Remove the extra
unnecessary return value.
Also extract the getLiteralListProperty function.
Test: androidmk_test.go
Change-Id: I08d8aff955c72b7916741cda8083974a49af4d6f
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions