-
Remove unused variables to fix warnings
2020-11-21 19:13:15Edit: ternary condition substituted with if condition as it was not doing what it supposed to, redundant if condition (before the last loop) removed</p><p>该提问来源于开源项目:cms-sw/cmssw</p>... -
Starting a conversation and doing nothing leaves an unused tab
2021-01-09 18:37:00<div><p>So, we open a conversation and do nothing but switch to another tab. This leaves a tab with contact's name on it. This tab doesn't do anything but annoys you any time you look at it ... -
simulator is doing list/watch for currently unused resources
2020-12-08 19:58:16<div><p>while it is true this command may grow its scope to support other resources, i think we should limit the initial set of resources it caches via list/watch in its store to the minimum set ... -
RPC: "use" unused variables to make compilers happy
2021-01-07 03:27:19those unused variables to make the compiler happy. We could do this by commenting out the variable in the prototype, or doing (void) var;</code> ... in past discussions folks have preferred the ... -
Listen to chat sockets via poll(), eliminate unused CE worker thread
2020-12-29 10:18:45<p>This also eliminates the mostly-unused <code>_worker</code> thread, which ChatExchange spawns one per chat host in order to do operations like sending or deleting messages asynchronous. In the case... -
run utility to find (and potentially remove) unused methods
2020-12-08 20:34:21<div><p>While doing this, ignore the <code>core</code> folder because it includes methods potentially used on other platforms.</p><p>该提问来源于开源项目:FlowCrypt/flowcrypt-browser</p></div> -
Removing unused parameters
2020-12-01 14:03:17<p>To get a list of unused parameters, I temporarily removed the "-Wno-unused-parameter" flag from the GCC builds. These patches only only cover a few of the items that were found by doing ... -
CI: remove unused job, move some jobs to github-actions
2021-01-07 10:34:30to find a way of doing it). </li><li> <p>ci: move docs-validation to github actions </li></ol> <h4>Which issue(s) this PR fixes: <p>None <h4>Special notes for your reviewer: <h4>Does this PR introduce... -
pass_clang :: remove-unused-function removes functions top-down instead of down to top
2020-12-05 03:05:45pass_clang :: remove-unused-function' is removing functions from top to bottom instead of vise versa. Doing this the other way around looks more logical. <p>Consider a cpp file with first a class-... -
List unused rules
2020-11-25 23:04:45<p>I’m going to see how quickly the other *-case</code> and *-no-unknown</code> rules get done before doing a release.</p><p>该提问来源于开源项目:stylelint/stylelint-config-standard</p></div> -
Allow unused keyword arguments
2020-12-09 03:39:44s an obvious downside to doing it: we aren't notified of unused named parameters anymore. I think the tradeoff between less friction to API design and potential dead code is worth it in this case.... -
Lint unused block params
2020-12-01 18:55:04<p>This simpler implementation is still a solid first step to doing the more complex underscore version. </p><p>该提问来源于开源项目:ember-template-lint/ember-template-lint</p></div> -
Suppress unused key warning
2021-01-07 21:39:55<div><p>The latest version of Ember Data now warns of unused keys in a payload. Our app makes use of an API that is used by multiple clients and not all the data is needed by Ember. It would be nice ... -
Removed unused function getfullpathfromfip_
2020-11-22 08:01:28<p>In addition to being unused, the function was returning a pointer to already deleted memory. This was found by the clang static analyzer. <h4>PR validation: <p>The code compiles. Using <code>nm... -
Panzer: Unused Parameter Warnings
2020-12-30 03:22:37Should we see about doing something like <pre><code>c++ #define PANZER_UNUSED(x) (void)x </code></pre> <p>which we can then use like <pre><code>c++ foo(type1 arg1, type2 arg2) { ... -
remove unused jython code
2021-01-08 04:33:04s best not to compare to <code>sys.version, which is a string, as doing so can make assumptions that the major, minor or micro parts are single characters, which isn't guaranteed to be true. For ... -
Remove unused param upper categorical
2021-01-12 18:06:55m doing this PR to simplify the categorical hyperparameter, where an <code>upper</code> parameter is not needed. <p>In addition to this, I refactored some of the code to hopefully make it more ... -
Long long delay after unused
2020-12-07 08:01:19<div><p>My rtags server is generally running in the background doing it's thing. If I don't use it for a while, then the first time I try to do go to definition, it takes longer. It would be ... -
Link out unused Resources from the apk.
2020-12-31 00:46:50</li><li>when compiling the java code we include this .java stub .</li><li>Somehow tell aapt2 to remove unused resources, or manually remove them ourselves?</li></ol> <p>more investigation will be ... -
Remove unused Travis deploy stage
2020-12-07 05:33:55<div><p>We're currently not using the <code>... In any case, the limit of multidev environments on that site has been overrun doing deploys when pushing to the 1.3 branch currently causes a ... -
Packaging warning - unused shared library
2020-12-27 22:42:36<p>Packaging it up went allright, but when I checked the package with namcap (a tool to diagnose potential issues), I get a warning about unused shared library: <pre><code> ➜ libmaxminddb namcap ... -
Remove unused Binding fields from the API
2020-11-24 18:20:18<div><p>I was doing some other API cleanups after #440 and noticed more unused fields in the API. None of these fields are used or make sense within the API: <ol><li><code>OSBCredentials</code> - we ... -
Bug/remove unused vendor libraries #198
2020-12-30 02:55:02<ul><li>[x] remove unused dependencies and propose script for doing so</li><li>[x] check whether github.com/{daaku,kardianos} can also be removed.</li><li>[X] investigate segfaulting e2e/node test in ... -
PURCHASE-1145 Clean up unused fields pt 1
2020-12-30 12:13:24<div><ul><li>Adds a script to find potential unused field selections</li><li>Begins work to remove some field selections which were discovered by the script</li></ul> <p>The script is susceptible to ... -
publicKeyHex format unused by spec currently
2021-01-02 04:16:43<p>When representing secp256k1 keys should we be doing this in compressed form or uncompressed form? From what I can tell most implementations use hex encoding in compressed form, so my recommendation... -
deadcode: TestXXX is unused ?
2020-12-08 21:54:58ve used it to find some deadcode that i was able to remove. <p>I found a problem though. It doesn't recognize Test methods. see this example: (or am i using the tool wrong?) <pre><code> $ pwd /... -
error: unused import: `ByteStr`
2020-12-27 10:13:43no configure script, doing nothing building bytes - namefix bytes name bytes About to use rustc to compile some lib - bytes error: unused import: `ByteStr` --> src/buf/byte.rs:2:38 | 2 |... -
AO3-5391 Remove unused taggable methods
2020-12-27 10:54:58<p>ETA: One method -- <code>fandom_tags</code> -- turned out to be used in showing fandoms on external work blurbs, so I replaced it with a different way of doing that (the same way we use on work ... -
Q_UNUSED changes -> no parameter name, where applicable in whole code base
2020-12-01 22:24:18(just need to find a safe place to define UNUSED) <h3>Changes made: <h3>Related issues: <h3>Additional information: <h3>Release note: <h3>Documentation change: <h3>Mentions: 该提问来源... -
Remove unused --teamcity option from CF build of NUnitLite
2021-01-03 09:49:05<div><p>It's legal to type in --teamcity ...<p>While doing this, we should check for other options that are actually unused and disallow them.</p><p>该提问来源于开源项目:nunit/nunit</p></div>
收藏数
876
精华内容
350