Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor - remove redundant function and all references #4614

Merged
merged 1 commit into from
Apr 13, 2014

Conversation

kalisjoshua
Copy link
Contributor

The function assertWllFormed was doing nothing different than assert which is
available in the same namespace. Removing it will lighten the filesize - albeit
very slightly - and reduce complexity.

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* globals assert, assertWellFormed, ColorSpace, DecodeStream, Dict, Encodings,
/* globals assert, assert, ColorSpace, DecodeStream, Dict, Encodings,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert is specified two times

The function `assertWllFormed` was doing nothing different than `assert` which is
available in the same namespace. Removing it will lighten the filesize - albeit
very slightly - and reduce complexity.
@kalisjoshua
Copy link
Contributor Author

You're absolutely correct. Good spot. Sorry, I was a little too hasty in submitting.

@Snuffleupagus
Copy link
Collaborator

/botio test

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_test from @Snuffleupagus received. Current queue size: 0

Live output at: http://107.22.172.223:8877/c19e47bf6d27160/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux)


Received

Command cmd_test from @Snuffleupagus received. Current queue size: 0

Live output at: http://107.21.233.14:8877/c7763c13bf804c8/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://107.22.172.223:8877/c19e47bf6d27160/output.txt

Total script time: 3.03 mins

  • Font tests: FAILED
  • Unit tests: Passed
  • Regression tests: FAILED

Image differences available at: http://107.22.172.223:8877/c19e47bf6d27160/reftest-analyzer.html#web=eq.log

@pdfjsbot
Copy link

From: Bot.io (Linux)


Success

Full output at http://107.21.233.14:8877/c7763c13bf804c8/output.txt

Total script time: 25.60 mins

  • Font tests: Passed
  • Unit tests: Passed
  • Regression tests: Passed

@yurydelendik
Copy link
Contributor

botio-windows is broken atm

@yurydelendik
Copy link
Contributor

Looks good. Thanks

yurydelendik added a commit that referenced this pull request Apr 13, 2014
Refactor - remove redundant function and all references
@yurydelendik yurydelendik merged commit 816f2f7 into mozilla:master Apr 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants