From 41b132ca16accfcd54d513cfc3e5d059fbdfe32b Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 22 Oct 2014 21:20:20 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@7811 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/FilterStream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/Core/FilterStream.cpp b/uppsrc/Core/FilterStream.cpp index 423e35ed5..60b7e106a 100644 --- a/uppsrc/Core/FilterStream.cpp +++ b/uppsrc/Core/FilterStream.cpp @@ -9,7 +9,6 @@ InFilterStream::InFilterStream() void InFilterStream::Init() { - static byte h[1]; pos = 0; in = NULL; eof = false;