Commit b829a9d6 authored by Dmitry Kovalev's avatar Dmitry Kovalev Committed by Gerrit Code Review
Browse files

Merge "Removing unused int_mv32 union."

Showing with 0 additions and 5 deletions
......@@ -28,9 +28,4 @@ typedef struct {
int32_t col;
} MV32;
typedef union int_mv32 {
uint64_t as_int;
MV32 as_mv;
} int_mv32; /* facilitates faster equality tests and copies */
#endif // VP9_COMMON_VP9_MV_H_
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment