Skip to content

Commit

Permalink
dsl: remove initialization of unused instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed May 26, 2021
1 parent 0c66994 commit 316e7a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/syskit/log/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def self.extend_object(object)
def __syskit_log_dsl_initialize
@datastore = Datastore.default if Datastore.default_defined?
@interval = []
@streams = {}
end

# Select a specific datastore
Expand Down

0 comments on commit 316e7a7

Please sign in to comment.