diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-16 11:59:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-16 11:59:30 +0200 |
commit | 042de06bcc281832d1eb03c06b85fdca78b76012 (patch) | |
tree | 86ef001aecf85fb91fc009338ea9cd8f442bad78 | |
parent | d9b34adbc5ae1e9e23cf3641c72fd302e8c7790c (diff) |
Get rid of stray variable
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 8d25aff..28bd54f 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -376,8 +376,6 @@ namespace build2 // if (ot != otype::e) { - const target_type& tt (); - // We know this prerequisite member is a prerequisite since // otherwise the above search would have returned the member // target. |