diff --git a/desktop/flipper-common/src/GK.tsx b/desktop/flipper-common/src/GK.tsx deleted file mode 100644 index 056083803..000000000 --- a/desktop/flipper-common/src/GK.tsx +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - */ - -export const GK = { - get(_name: string): boolean { - return false; - }, -}; diff --git a/desktop/flipper-common/src/index.tsx b/desktop/flipper-common/src/index.tsx index c99b69625..c9b5c702a 100644 --- a/desktop/flipper-common/src/index.tsx +++ b/desktop/flipper-common/src/index.tsx @@ -58,7 +58,6 @@ export { export {createControlledPromise} from './utils/controlledPromise'; export * from './utils/typeUtils'; export * from './utils/uuid'; -export * from './GK'; export * from './clientUtils'; export * from './settings'; export * from './PluginDetails';