Skip to content
This repository was archived by the owner on Feb 24, 2018. It is now read-only.

if false ==> noop #618

Merged
merged 1 commit into from
Dec 8, 2017
Merged

if false ==> noop #618

merged 1 commit into from
Dec 8, 2017

Conversation

ctranstrum
Copy link
Contributor

@ctranstrum ctranstrum commented Dec 5, 2017

Code of the form:

flag = true;
if (false) {
  flag = false;
}

can only result in flag being true.

@itrestian itrestian merged commit ebf24e9 into amazon-archives:master Dec 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants