jenkins-bot has submitted this change and it was merged.

Change subject: Remove unused local variable assignment
......................................................................


Remove unused local variable assignment

Change-Id: Icd031e3173ac806e80bdd7d74b4e71877d258822
---
M groups/StatusNet/genStatusNet-plugins.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/groups/StatusNet/genStatusNet-plugins.php 
b/groups/StatusNet/genStatusNet-plugins.php
index cbfdd96..a509f32 100644
--- a/groups/StatusNet/genStatusNet-plugins.php
+++ b/groups/StatusNet/genStatusNet-plugins.php
@@ -33,7 +33,7 @@
        foreach ( $entries as $entry ) {
                $fullname = $path . $entry;
                if ( $entry != '.' && $entry != '..' && is_dir( $fullname ) ) {
-                       $subFolderResults = getPotFiles( $fullname, $pattern );
+                       getPotFiles( $fullname, $pattern );
                } elseif ( is_file( $fullname ) && preg_match( $pattern, $entry 
) ) {
                        $pathParts = explode( '/', $fullname );
                        $plugins[] = substr( array_pop( $pathParts ), 0, -4 );

-- 
To view, visit https://gerrit.wikimedia.org/r/51986
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icd031e3173ac806e80bdd7d74b4e71877d258822
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to