remove unused import and declaration in EventQueue (#47545)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47545

changelog: [internal]

Reviewed By: javache

Differential Revision: D65663098

fbshipit-source-id: b0a848de9ef01e2915a945a58a08e2e9c666a116
This commit is contained in:
Samuel Susla 2024-11-11 05:27:44 -08:00 committed by Facebook GitHub Bot
parent 97a4234b6e
commit 6c577e96db
2 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
#include "EventQueue.h"
#include <react/renderer/runtimescheduler/RuntimeScheduler.h>
#include "EventEmitter.h"
#include "ShadowNodeFamily.h"

View File

@ -19,8 +19,6 @@
namespace facebook::react {
class RuntimeScheduler;
/*
* Event Queue synchronized with given Event Beat and dispatching event
* using given Event Pipe.