From c8e90be9b0885ae9e6eab10f2a87de26b3008564 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 7 Mar 2016 14:44:43 +0100 Subject: [PATCH] Utils: Remove empty lines in smallstringlayout.h Change-Id: I134201023bf490f92288b65177ddea7479e7601e Reviewed-by: Tobias Hunger --- src/libs/utils/smallstringlayout.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/utils/smallstringlayout.h b/src/libs/utils/smallstringlayout.h index d009a63656b..e04b6d3b198 100644 --- a/src/libs/utils/smallstringlayout.h +++ b/src/libs/utils/smallstringlayout.h @@ -124,8 +124,6 @@ struct ALIGNAS_16 StringDataLayout { #endif } - - union { AllocatedLayout allocated; ReferenceLayout reference;