From 4e426d0739aa9b1ad73be30f3a6ece69394d8d09 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Mon, 26 Nov 2007 09:57:19 +0000 Subject: [PATCH] Commit forgotten change --- src/dsql/parse.y | 1 + src/remote/os/win32/wnet.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsql/parse.y b/src/dsql/parse.y index 182c06bec4..3e986fd4b2 100644 --- a/src/dsql/parse.y +++ b/src/dsql/parse.y @@ -4393,6 +4393,7 @@ system_function_std_syntax | MINVALUE | MOD | PI + | POSITION | POWER | RAND | REPLACE diff --git a/src/remote/os/win32/wnet.cpp b/src/remote/os/win32/wnet.cpp index 3f071b2d6b..d14eff04c1 100644 --- a/src/remote/os/win32/wnet.cpp +++ b/src/remote/os/win32/wnet.cpp @@ -134,7 +134,6 @@ rem_port* WNET_analyze(Firebird::PathName& file_name, /* Pick up some user identification information */ Firebird::string buffer; - TEXT *p; Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE); ISC_get_user(&buffer, 0, 0, 0);