diff options
author | Valery Mironov <32071355+MBkkt@users.noreply.github.com> | 2022-12-06 21:32:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 21:32:36 +0300 |
commit | 21be1daa1cf9650a2bce273f658ad57819a80b8d (patch) | |
tree | 55b101aaf8d33a3671e5c5cd1cf88c8ab6f2e85a /absl | |
parent | 6dab0bd99c5856e747fe35e928395ae80ca5e5f1 (diff) |
Update non_temporal_memcpy.h
Diffstat (limited to 'absl')
-rw-r--r-- | absl/crc/internal/non_temporal_memcpy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/crc/internal/non_temporal_memcpy.h b/absl/crc/internal/non_temporal_memcpy.h index 6cdd3197..9b365e41 100644 --- a/absl/crc/internal/non_temporal_memcpy.h +++ b/absl/crc/internal/non_temporal_memcpy.h @@ -42,7 +42,6 @@ #include <algorithm> #include <cassert> #include <cstring> -#include <iostream> #include "absl/base/config.h" #include "absl/base/optimization.h" |