Commit 3275e85
Extirpate FOLLY_NODISCARD in eden/fs/utils/ChronoParse.h +5
Summary:
`[[nodiscard]]` is now available in all of our compilers. This diff changes the code to rely on it directly.
Generated with
```
reset && xbgs -l FOLLY_NODISCARD | grep -v Portability.h | grep -v json | grep -v xplat | grep -v ThirdParty/ | grep -v third-party | perl -pe 's/^fbsource.//' | xargs -n 100 perl -pe 's/FOLLY_NODISCARD/[[nodiscard]]/' -i
```
Reviewed By: dtolnay
Differential Revision: D87101315
fbshipit-source-id: 0bd19e81a6f974002eb09fe04590bed2fc9229d11 parent 1d72b70 commit 3275e85
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments