summaryrefslogtreecommitdiff
path: root/lib/gitlab/chat_commands/result.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/chat_commands/result.rb')
-rw-r--r--lib/gitlab/chat_commands/result.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab/chat_commands/result.rb b/lib/gitlab/chat_commands/result.rb
deleted file mode 100644
index 324d7ef43a3..00000000000
--- a/lib/gitlab/chat_commands/result.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-module Gitlab
- module ChatCommands
- Result = Struct.new(:type, :message)
- end
-end