mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #50] [CLOSED] Removed unnecessary pieces of code #959
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#959
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/50
Author: @yankejustin
Created: 4/9/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
7acde73Removed unnecessary null check98cfd7dRemoved unnecessary Stream📊 Changes
2 files changed (+0 additions, -7 deletions)
View changed files
📝
Client/Core/Commands/CommandHandler.cs(+0 -4)📝
Server/Core/Commands/CommandHandler.cs(+0 -3)📄 Description
Removed unnecessary null check (duplicate null check, was already checked in the method!), and removed an unnecessary Stream that was created when the Client is commanded to visit a URL. We already got the response, so we don't need to do anything further!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.