Skip to content

Commit d1fe467

Browse files
Removed old method that was never implemented
1 parent b4c46a9 commit d1fe467

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Gitonomy/Git/WorkingCopy.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ public function __construct(Repository $repository)
3535
}
3636
}
3737

38-
public function getStatus()
39-
{
40-
return WorkingStatus::parseOutput();
41-
}
42-
4338
public function getUntrackedFiles()
4439
{
4540
$lines = explode("\0", $this->run('status', ['--porcelain', '--untracked-files=all', '-z']));

0 commit comments

Comments
 (0)