From 11f2e201272239b22a5696eb0537d4357a882398 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2020 15:26:46 +0200 Subject: Fix bug in module mapper --- libbuild2/cc/compile-rule.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbuild2') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index a3e68ae..42427d9 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -1893,7 +1893,6 @@ namespace build2 { // We can reasonably assume a command will never be quoted. // - size_t n (strlen (c)); return (r.compare (b, n, c) == 0 && (r[n] == ' ' || r[n] == '\t' || r[n] == '\0')); }; -- cgit v1.1