Skip to content

Commit c9b5980

Browse files
committed
removed unnecessary code
1 parent 6cfe2df commit c9b5980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mdcountdata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ function idsort($sort, $out) {
130130
// path + counter file
131131
$cntfile = LOG_FOLDER . $counter;
132132

133-
$data = new stdClass();
134-
$data->ldata = new logdata();
135133
if(file_exists($cntfile)) {
136134
$filecnt = fopen($cntfile,'r');
137135
// get 128 characters, it's unlikely that counter

0 commit comments

Comments
 (0)