msvcrt: Remove unused variables

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Jan 13 14:32:14 CST 2007


Changelog:
    msvcrt: Remove unused variables.

diff -urN a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c
--- a/dlls/msvcrt/cpp.c	2006-08-09 12:04:30.000000000 +0100
+++ b/dlls/msvcrt/cpp.c	2007-01-13 17:33:56.000000000 +0000
@@ -790,15 +790,6 @@
   &bad_cast_type_hierarchy
 };
 
-static const cxx_type_info bad_cast_cxx_type_info =
-{
-  0,
-  &bad_cast_type_info,
-  { 0, -1, 0 },
-  sizeof(exception),
-  (cxx_copy_ctor)THISCALL(MSVCRT_bad_cast_copy_ctor)
-};
-
 static const type_info __non_rtti_object_type_info =
 {
   &MSVCRT_type_info_vtable,
@@ -911,16 +902,6 @@
   &bad_cast_type_info_table
 };
 
-static const cxx_type_info_table bad_typeid_type_info_table =
-{
-  2,
-  {
-   &bad_cast_cxx_type_info,
-   &exception_cxx_type_info,
-   NULL
-  }
-};
-
 static const cxx_exception_type bad_typeid_exception_type =
 {
   0,
@@ -929,14 +910,6 @@
   &bad_cast_type_info_table
 };
 
-static const cxx_exception_type __non_rtti_object_exception_type =
-{
-  0,
-  (void*)THISCALL(MSVCRT___non_rtti_object_dtor),
-  NULL,
-  &bad_typeid_type_info_table
-};
-
 
 /******************************************************************
  *		?set_terminate@@YAP6AXXZP6AXXZ at Z (MSVCRT.@)



More information about the wine-patches mailing list