• Show log

    Commit

  • Hash : 28c2cc3d
    Author : Patrick Steinhardt
    Date : 2017-05-31T16:41:44

    config_file: move reader into `config_read` only Right now, we have multiple call sites which initialize a `reader` structure. As the structure is only actually used inside of `config_read`, we can instead just move the reader inside of the `config_read` function. Instead, we can just pass in the configuration file into `config_read`, which eases code readability.