summaryrefslogtreecommitdiff
path: root/app/graphql/functions/base_function.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/functions/base_function.rb')
-rw-r--r--app/graphql/functions/base_function.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/graphql/functions/base_function.rb b/app/graphql/functions/base_function.rb
deleted file mode 100644
index 2512ecbd255..00000000000
--- a/app/graphql/functions/base_function.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# frozen_string_literal: true
-
-module Functions
- class BaseFunction < GraphQL::Function
- end
-end