Skip to content

Commit 20d761c

Browse files
committed
update
removed unused codes
1 parent a03fc48 commit 20d761c

File tree

12 files changed

+1
-3
lines changed

12 files changed

+1
-3
lines changed
Binary file not shown.
Binary file not shown.

.vs/Portable Viewer/v17/.suo

0 Bytes
Binary file not shown.

Portable Viewer/Parser.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ namespace Portable_Viewer {
66
public class Parser {
77

88
public byte[] buffer;
9-
public int cursor;
10-
11-
char[] separators = { ' ', '\t', '\r', '\n' };
9+
public int cursor;
1210

1311
public Parser(byte[] buffer) {
1412
this.buffer = buffer;
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)