Commit bacd4516 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msvcrt: Remove unused variable.

parent 7b0c084e
...@@ -893,7 +893,6 @@ static BOOL handle_data(struct parsed_symbol* sym) ...@@ -893,7 +893,6 @@ static BOOL handle_data(struct parsed_symbol* sym)
struct datatype_t ct; struct datatype_t ct;
char* name = NULL; char* name = NULL;
BOOL ret = FALSE; BOOL ret = FALSE;
char dt;
/* 0 private static /* 0 private static
* 1 protected static * 1 protected static
...@@ -924,7 +923,7 @@ static BOOL handle_data(struct parsed_symbol* sym) ...@@ -924,7 +923,7 @@ static BOOL handle_data(struct parsed_symbol* sym)
name = get_class_string(sym, 0); name = get_class_string(sym, 0);
switch (dt = *sym->current++) switch (*sym->current++)
{ {
case '0': case '1': case '2': case '0': case '1': case '2':
case '3': case '4': case '5': case '3': case '4': case '5':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment