Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03cb9cac authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Remove mocked libfmq function"

parents f4b37be2 7642f228
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -55,17 +55,10 @@ void check(bool exp, const char* message) {}
#define UNUSED_ATTR
#endif

EventFlag::EventFlag(int fd, off_t offset, status_t* status) {
  mock_function_count_map[__func__]++;
}
EventFlag::EventFlag(std::atomic<uint32_t>* fwAddr, status_t* status) {
  mock_function_count_map[__func__]++;
}
EventFlag::~EventFlag() { mock_function_count_map[__func__]++; }
status_t EventFlag::createEventFlag(int fd, off_t offset, EventFlag** flag) {
  mock_function_count_map[__func__]++;
  return 0;
}
status_t EventFlag::createEventFlag(std::atomic<uint32_t>* fwAddr,
                                    EventFlag** flag) {
  mock_function_count_map[__func__]++;