Remove unnecessary warning suppression from libdm.

Fixes: 110035986
Test:  mma -j builds without errors or warnings

Change-Id: Id00f844ad75c3ee2ebb9f47eebc7976bc40bdf59
Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
Sandeep Patil 2018-12-20 09:26:26 -08:00
parent d1ff11b94a
commit e9f8eb46e3
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ cc_library_static {
recovery_available: true,
export_include_dirs: ["include"],
cflags: [
// TODO(b/110035986): Allows us to create a skeleton of required classes
"-Wno-unused-private-field",
],
srcs: [
"dm_table.cpp",