diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-28 17:57:41 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-28 17:57:41 +0200 |
commit | cee63a84cdcc1a1310c554b7e6db4b993db17591 (patch) | |
tree | e258954ee8b4a3b1ffe011526dd3fe5ed1f32e38 | |
parent | 761328989492db9bd603c2d7f1134d20e485d2f6 (diff) | |
download | sink-cee63a84cdcc1a1310c554b7e6db4b993db17591.tar.gz sink-cee63a84cdcc1a1310c554b7e6db4b993db17591.zip |
Fixed unused
-rw-r--r-- | tests/domainadaptortest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp index 60d5069..df30fef 100644 --- a/tests/domainadaptortest.cpp +++ b/tests/domainadaptortest.cpp | |||
@@ -75,7 +75,6 @@ private slots: | |||
75 | flatbuffers::FlatBufferBuilder m_fbb; | 75 | flatbuffers::FlatBufferBuilder m_fbb; |
76 | auto summary = m_fbb.CreateString("summary1"); | 76 | auto summary = m_fbb.CreateString("summary1"); |
77 | auto description = m_fbb.CreateString("description"); | 77 | auto description = m_fbb.CreateString("description"); |
78 | static uint8_t rawData[100]; | ||
79 | 78 | ||
80 | auto builder = Sink::ApplicationDomain::Buffer::EventBuilder(m_fbb); | 79 | auto builder = Sink::ApplicationDomain::Buffer::EventBuilder(m_fbb); |
81 | builder.add_summary(summary); | 80 | builder.add_summary(summary); |