Revert r288787: Add missing stdbool.h module.

Reverting because I didn't properly test this patch. Although it's probably
correct to add a stdbool_h module I thought the change fixed more than it did.
I'll re-commit after more investigation.

llvm-svn: 288789
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 2c482d3f01d26fd83e437e23a4490a8c9b8ff4bd
diff --git a/include/module.modulemap b/include/module.modulemap
index 0485c2a..13fa499 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -40,10 +40,7 @@
     // FIXME: <stdalign.h> is missing.
     // <signal.h> provided by C library.
     // <stdarg.h> provided by compiler.
-    module stdbool_h {
-      header "stdbool.h"
-      export *
-    }
+    // <stdbool.h> provided by compiler.
     module stddef_h {
       // <stddef.h>'s __need_* macros require textual inclusion.
       textual header "stddef.h"