Commit 3b1dd8b
fix: Fix unused-local-typedef issue in velox/dwio/dwrf/test/ColumnWriterTest.cpp +1 (facebookincubator#14460)
Summary:
Pull Request resolved: facebookincubator#14460
LLVM has a warning `-Wunused-local-typedef` which we are enabling to remove unused code. This has the side-effect of making it easier to do refactors should as removing unnecessary includes.
For questions/comments, contact r-barnes.
- If you approve of this diff, please use the "Accept & Ship" button :-)
Differential Revision: D79968264
fbshipit-source-id: e53a3cf03752a70d6bf4a310b306479e9725154f1 parent 9d6a54d commit 3b1dd8b
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
1508 | | - | |
1509 | | - | |
1510 | | - | |
1511 | 1507 | | |
1512 | 1508 | | |
1513 | 1509 | | |
| |||
1522 | 1518 | | |
1523 | 1519 | | |
1524 | 1520 | | |
1525 | | - | |
1526 | | - | |
1527 | | - | |
1528 | | - | |
1529 | 1521 | | |
1530 | 1522 | | |
1531 | 1523 | | |
| |||
0 commit comments