diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-03 14:25:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-03 14:25:13 (GMT) |
commit | ade034a74766ea50c14f7beb0778031b964e39fa (patch) | |
tree | 3756129a4b42d3d3b274a4f1c1f9933bf0f9754d /Utilities/cmxmlrpc/xmlrpc_struct.c | |
parent | 78ca400d33ee7608dcddbda80143fb5768da38e2 (diff) | |
download | CMake-ade034a74766ea50c14f7beb0778031b964e39fa.zip CMake-ade034a74766ea50c14f7beb0778031b964e39fa.tar.gz CMake-ade034a74766ea50c14f7beb0778031b964e39fa.tar.bz2 |
COMP: Remove warnings on borland
Diffstat (limited to 'Utilities/cmxmlrpc/xmlrpc_struct.c')
-rw-r--r-- | Utilities/cmxmlrpc/xmlrpc_struct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmxmlrpc/xmlrpc_struct.c b/Utilities/cmxmlrpc/xmlrpc_struct.c index 21bf9d4..6dbbd66 100644 --- a/Utilities/cmxmlrpc/xmlrpc_struct.c +++ b/Utilities/cmxmlrpc/xmlrpc_struct.c @@ -74,7 +74,6 @@ xmlrpc_struct_new(xmlrpc_env* env) XMLRPC_ASSERT_ENV_OK(env); /* Set up error handling preconditions. */ - strct = NULL; strct_valid = 0; /* Allocate and fill out an empty structure. */ |