Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove the unused data field from WebSocket #7859
Closed
Labels
Comments
bors-servo
pushed a commit
that referenced
this issue
Oct 5, 2015
remove data field from websockets The data field is currently not used (no reads/ writes). This commit removes this temp. field. Ref.-Issue: #7859 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7880) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If my reading is correct, the field is never modified and never read.
Code: components/script/dom/websocket.rs