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

Remove unused code #9

Merged
merged 4 commits into from
Mar 16, 2020
Merged

Remove unused code #9

merged 4 commits into from
Mar 16, 2020

Conversation

hypermkt
Copy link
Contributor

@hypermkt hypermkt commented Feb 28, 2018

It was unused with commented out test cases and its method and related file. so I deleted the unused commented out code and file.

* @see hideBlock(), $removeEmptyBlocks
* @access private
*/
var $_hiddenBlocks = array();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is unused variable.

$ git grep _hiddenBlocks
HTML/Template/IT.php:     * @var  array    $_hiddenBlocks
HTML/Template/IT.php:    var $_hiddenBlocks = array();

@@ -1,13 +0,0 @@
<!-- BEGIN block_one -->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file is also unused file.

$ git grep globals.html
$

@hypermkt
Copy link
Contributor Author

@ashnazg Could you review this PR? Thanks.

@gregorycu gregorycu merged commit 8d24c26 into pear:master Mar 16, 2020
@hypermkt hypermkt deleted the remove-unused-code branch March 16, 2020 13:28
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.

2 participants