diff options
Diffstat (limited to 'lib/github/representation/comment.rb')
-rw-r--r-- | lib/github/representation/comment.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/github/representation/comment.rb b/lib/github/representation/comment.rb index 22cb98b0eff..1b5be91461b 100644 --- a/lib/github/representation/comment.rb +++ b/lib/github/representation/comment.rb @@ -20,10 +20,6 @@ module Github generate_line_code(parsed_lines.to_a.last) end - def type - 'LegacyDiffNote' if on_diff? - end - private def generate_line_code(line) |