remove unneeded function
This commit is contained in:
		
							parent
							
								
									2e5876d488
								
							
						
					
					
						commit
						d92e8ca8d2
					
				| @ -146,12 +146,6 @@ inline std::size_t URIDecode(const std::string &input, std::string &output) | |||||||
| 
 | 
 | ||||||
| inline std::size_t URIDecodeInPlace(std::string &URI) { return URIDecode(URI, URI); } | inline std::size_t URIDecodeInPlace(std::string &URI) { return URIDecode(URI, URI); } | ||||||
| 
 | 
 | ||||||
| // TODO: remove after switch to libosmium
 |  | ||||||
| inline bool StringStartsWith(const std::string &input, const std::string &prefix) |  | ||||||
| { |  | ||||||
|     return boost::starts_with(input, prefix); |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| inline std::string GetRandomString() | inline std::string GetRandomString() | ||||||
| { | { | ||||||
|     std::string s; |     std::string s; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user