Skip to content

Commit

Permalink
Remove iter
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 15, 2018
1 parent 2b63f73 commit 63b996d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supersqlite/third_party/sqlite3/icu_unix/udata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,7 @@ UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg,
/* pathBuffer will hold the output path strings returned by this iterator */

#ifdef UDATA_DEBUG
fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
iter,
fprintf(stderr, "init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
item,
path,
basename,
Expand Down

0 comments on commit 63b996d

Please sign in to comment.