commit | 2a9b6470d620f1d810958d9a070dbc443b52110e | [log] [tgz] |
---|---|---|
author | Kelvin Ly <kelvin.ly1618@gmail.com> | Fri Apr 21 18:34:12 2017 -0400 |
committer | Kelvin Ly <kelvin.ly1618@gmail.com> | Fri Apr 21 18:34:12 2017 -0400 |
tree | 747bd7621878ec90458f903f391a8631624eb242 | |
parent | 15c9447e5d6c3d6164f1bc8869ef5980765d2027 [diff] |
Remove extra comment
diff --git a/libc-test/build.rs b/libc-test/build.rs index 9129250..298a056 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -300,9 +300,6 @@ // sighandler_t is crazy across platforms "sighandler_t" => true, - // locale_t is compiled in optionally - // "locale_t" if uclibc => true, - _ => false } });