Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

remove unused code #549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ShoufaChen
Copy link
Contributor

It seems that these lines are pointless.

Removing these lines has no effect no matter whether self.norm is None or not.

Besides, self.norm coundn't be None otherwise intermediate.append(self.norm(output)) would throw an error.

It seems that these lines are pointless.

Removing these lines has no effect no matter whether` self.norm` is `None` or not.

Besides, `self.norm` coundn't be `None` otherwise `intermediate.append(self.norm(output))` would be error.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants