Decoder should work now except for filtering.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@438 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
axial
2006-10-30 04:22:08 +00:00
parent 18767e1856
commit 398d083609
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ class Decoder {
private static int BUFSIZE = 8096;
private static SecondLife client = new SecondLife();
private static ProtocolManager protocol = new ProtocolManager("message_template.msg", client);
private static string grep = null;
private static byte[] data = new byte[BUFSIZE];
private static byte[] temp = new byte[BUFSIZE];