sound trigger HAL: remove dummy Union

Remove dummy Union definition added as work around for JAVA build
problem.

Bug: 34109137
Test: make
Change-Id: I5a8107de2deab1f4f62c3e0ae654dd768cf0e307
This commit is contained in:
Eric Laurent
2017-04-11 10:52:42 -07:00
parent 75e2bf0469
commit edaaf437ad

View File

@@ -75,8 +75,3 @@ struct PhraseRecognitionExtra {
vec<ConfidenceLevel> levels;
};
/** TODO(elaurent) remove when Java build problem is fixed */
union Dummy {
uint32_t dummy1;
int32_t dummy2;
};