1.删除无用变量

This commit is contained in:
wusheng 2015-11-18 15:15:03 +08:00
parent b3abd507bd
commit 7e371b5415
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ public class PersistenceThread extends Thread {
File file1;
BufferedReader bufferedReader;
int offset;
StringBuffer data;
while (true) {
file1 = getDataFiles();
if (file1 == null) {