[Pkg-javascript-commits] [pdf.js] 27/72: Remove unused isNull utility function

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 20:15:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 026b57641fc6c06877f29d136bb8b4da42e76d99
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Sat Feb 28 18:50:58 2015 +0100

    Remove unused isNull utility function
---
 src/shared/util.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/shared/util.js b/src/shared/util.js
index d11ebe0..0224ab3 100644
--- a/src/shared/util.js
+++ b/src/shared/util.js
@@ -976,10 +976,6 @@ function isString(v) {
   return typeof v === 'string';
 }
 
-function isNull(v) {
-  return v === null;
-}
-
 function isName(v) {
   return v instanceof Name;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list