Commit 5bea1c0
Extirpate FOLLY_NODISCARD in assistant/server/nlg/NlgConfigProd.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: D87101274
fbshipit-source-id: 09bf74b289c97f8c406163146cd618edcf3285441 parent 5aaeedf commit 5bea1c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
0 commit comments