Commit 40c4d70
committed
Disabling some "unused" warnings
I'd submitted code that's never actually used in the android/snippets apps. Ideally we'd include it in an app, but in the meantime, disabling the "unused" warnings.
Also removed one line (outside of a published-on-DAC code block) that turned out not to be needed.
No changes to the code that's included on DAC, and the code still compiles.
(I also see some areas where the actual code snippet is generating warnings, but I'll resolve those in separate PRs that can be reviewed by the appropriate SMEs for those docs.)1 parent 09cf3eb commit 40c4d70
File tree
1 file changed
+1
-1
lines changed- misc/src/main/java/com/example/snippets/backgroundwork
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments