Skip to content

Commit 44875e4

Browse files
committed
Removed duplicated deleteRepo() declaration
1 parent 66390e9 commit 44875e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/github.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,6 @@
313313
sha: null
314314
};
315315

316-
// Delete a repo
317-
// --------
318-
319-
this.deleteRepo = function (cb) {
320-
_request('DELETE', repoPath, options, cb);
321-
};
322-
323316
// Uses the cache if branch has not been changed
324317
// -------
325318

0 commit comments

Comments
 (0)