Skip to content

Commit

Permalink
remove unused variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrot committed Jul 10, 2014
1 parent 69d5b9f commit cc8d76e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions parser_textual.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Copyright (c) 2012, Jos de Ruijter <jos@dutnie.nl>
* Copyright (c) 2012-2014, Jos de Ruijter <jos@dutnie.nl>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -42,11 +42,6 @@
*/
final class parser_textual extends parser
{
/**
* Variables that shouldn't be tampered with.
*/
private $repeatlock = false;

/**
* Parse a line for various chat data.
*/
Expand Down

0 comments on commit cc8d76e

Please sign in to comment.