[licensecheck] 26/112: Tidy code: Drop noop code.
Jonas Smedegaard
dr at jones.dk
Fri Nov 25 22:01:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository licensecheck.
commit e8c41a2397a1a081bba76139e092808b483a8eeb
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Oct 4 12:06:54 2016 +0200
Tidy code: Drop noop code.
---
lib/App/Licensecheck.pm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index 1124a01..ffcb0ea 100755
--- a/lib/App/Licensecheck.pm
+++ b/lib/App/Licensecheck.pm
@@ -553,9 +553,6 @@ sub parse_license
$gen_license->( 'CC-BY-SA', $1, $2 );
}
}
- # CC or GPL
- given ($licensetext) {
- }
# LLGPL
given ($licensetext) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git
More information about the Pkg-perl-cvs-commits
mailing list