[PATCH] D39710: Simplify unlinkAsync

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 13:57:12 PST 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/Filesystem.cpp:47
+  return;
+#endif
+
----------------
I think it is better to replace this with #else to avoid a possible "unreachable code after return" warning on Windows.


https://reviews.llvm.org/D39710





More information about the llvm-commits mailing list