aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:15:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:15:58 +0200
commit41d3540e97b87fabc58af6226e6b7784767bc047 (patch)
tree9352aa6c90d37b4eb286d16287f934c4fecf0e27 /build/cxx/module.cxx
parent0dfd165b5381286dc76f96637b9eb24b26a0b4b9 (diff)
Fix reverse lookup of extension to target type in C++ dep extraction
Diffstat (limited to 'build/cxx/module.cxx')
-rw-r--r--build/cxx/module.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx
index c704ab0..c979328 100644
--- a/build/cxx/module.cxx
+++ b/build/cxx/module.cxx
@@ -78,13 +78,6 @@ namespace build
v.find ("cxx.export.libs", strings_type);
v.find ("cxx.std", string_type);
-
- v.find ("h.ext", string_type);
- v.find ("c.ext", string_type);
- v.find ("hxx.ext", string_type);
- v.find ("ixx.ext", string_type);
- v.find ("txx.ext", string_type);
- v.find ("cxx.ext", string_type);
}
// Register target types.