Skip to content

Commit

Permalink
Remove AlwaysInline annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Dec 23, 2023
1 parent 718cba7 commit 8a21e51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gphoto2/web.cr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module GPhoto2
end
end

@[AlwaysInline]
def self.camera_by_id(id) : Camera
Debug.log id

Expand All @@ -32,7 +31,6 @@ module GPhoto2
wrapper.camera
end

@[AlwaysInline]
def self.camera_by_id(id, exit = false, &)
Debug.log id

Expand Down

0 comments on commit 8a21e51

Please sign in to comment.