Remove snappy::string alias to std::string.

PiperOrigin-RevId: 271678325
This commit is contained in:
Victor Costan 2019-09-27 17:13:37 -07:00 committed by Victor Costan
parent 62363d9a79
commit 9dabbca006
1 changed files with 0 additions and 2 deletions

View File

@ -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.