diff options
author | konstantin@mysql.com <> | 2004-06-21 20:39:19 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-21 20:39:19 +0400 |
commit | b793142c8ff72cb38b9be78f817e3e23f9c3c150 (patch) | |
tree | 8a8a924d8251e20daeaa06411dd7cec364493bde /sql/time.cc | |
parent | ff678fd8b76d9022eee3ee5e7004d3dea31bf374 (diff) | |
download | mariadb-git-b793142c8ff72cb38b9be78f817e3e23f9c3c150.tar.gz |
Unused variables removed (many files).
Diffstat (limited to 'sql/time.cc')
-rw-r--r-- | sql/time.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/time.cc b/sql/time.cc index 6a57dd1038c..b5550b98e8c 100644 --- a/sql/time.cc +++ b/sql/time.cc @@ -411,7 +411,6 @@ str_to_TIME(const char *str, uint length, TIME *l_time, uint flags, ulong not_zero_date, allow_space; bool is_internal_format; const char *pos, *last_field_pos; - const char *str_begin= str; const char *end=str+length; const uchar *format_position; bool found_delimitier= 0, found_space= 0; @@ -775,7 +774,6 @@ bool str_to_time(const char *str, uint length, TIME *l_time, int *was_cut) { long date[5],value; const char *end=str+length, *end_of_days; - const char *str_begin= str; bool found_days,found_hours; uint state; |