mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor: remove unnecessary git_libgit2_init()
This commit is contained in:
parent
b5561212e0
commit
b15b56f0ae
5 changed files with 9 additions and 14 deletions
|
@ -12,9 +12,7 @@ class Config with IterableMixin<ConfigEntry> {
|
|||
/// pointer to config object in memory.
|
||||
///
|
||||
/// Should be freed with `free()` to release allocated memory.
|
||||
Config(this._configPointer) {
|
||||
libgit2.git_libgit2_init();
|
||||
}
|
||||
Config(this._configPointer);
|
||||
|
||||
/// Initializes a new instance of [Config] class from provided [path].
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue