mirror of https://github.com/google/snappy.git
Remove snappy::string alias to std::string.
PiperOrigin-RevId: 271678325
This commit is contained in:
parent
62363d9a79
commit
9dabbca006
|
@ -60,8 +60,6 @@ using uint32 = std::uint32_t;
|
|||
using int64 = std::int64_t;
|
||||
using uint64 = std::uint64_t;
|
||||
|
||||
using string = std::string;
|
||||
|
||||
#if !${HAVE_SYS_UIO_H_01} // !HAVE_SYS_UIO_H
|
||||
// Windows does not have an iovec type, yet the concept is universally useful.
|
||||
// It is simple to define it ourselves, so we put it inside our own namespace.
|
||||
|
|
Loading…
Reference in New Issue