Skip to content

Commit

Permalink
Removed unused function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 11, 2014
1 parent 0c86b79 commit b2c28ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/utf8_iterator.cpp
Expand Up @@ -24,7 +24,6 @@ namespace {

bool has_multibyte_mark(unsigned char c);
uint32_t decode_utf8(const std::string& text, size_t& p);
std::string encode_utf8(uint32_t code);

/**
* returns true if this byte matches a bitmask of 10xx.xxxx, i.e. it is the 2nd, 3rd or 4th byte of a multibyte utf8 string
Expand Down

0 comments on commit b2c28ee

Please sign in to comment.