summaryrefslogtreecommitdiff
path: root/lib/api/helpers/variables_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/variables_helpers.rb')
-rw-r--r--lib/api/helpers/variables_helpers.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/api/helpers/variables_helpers.rb b/lib/api/helpers/variables_helpers.rb
deleted file mode 100644
index 78a92d0f5a6..00000000000
--- a/lib/api/helpers/variables_helpers.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-module API
- module Helpers
- module VariablesHelpers
- extend ActiveSupport::Concern
- extend Grape::API::Helpers
-
- params :optional_params_ee do
- end
- end
- end
-end