Skip to content

Commit

Permalink
eal/windows: remove useless C++ include guard
Browse files Browse the repository at this point in the history
[ upstream commit 0ae7844 ]

Remove the incomplete cplusplus guard in internal header.

Fixes: 6e1ed4c ("eal/windows: add dirent implementation")

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
  • Loading branch information
liwg06 authored and bluca committed Feb 17, 2022
1 parent e9734a6 commit cafb0cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/librte_eal/windows/include/dirent.h
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,4 @@ dirent_set_errno(int error)
#endif
}

#ifdef __cplusplus
}
#endif
#endif /*DIRENT_H*/

0 comments on commit cafb0cb

Please sign in to comment.