Skip to content

Commit 6473558

Browse files
committed
未使用の変数を削除
1 parent 142ed43 commit 6473558

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/fetch-dat.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
// スレ情報取得 =============================
141141
if (isset($subject_txts[$subject_id])) {
142-
$it = 1;
142+
143143
$thread_key = (string)$aThread->key;
144144
$thread_key_len = strlen($thread_key);
145145
foreach ($subject_txts[$subject_id] as $l) {
@@ -148,7 +148,6 @@
148148
$aThread->getThreadInfoFromSubjectTxtLine($l);
149149
break;
150150
}
151-
$it++;
152151
}
153152
}
154153

0 commit comments

Comments
 (0)