Skip to content

Commit 904e3a5

Browse files
committed
Tidied blob.h
1 parent fb0561b commit 904e3a5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

include/blob.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,12 @@ class GitBlob : public ObjectWrap {
3232
git_blob* GetValue();
3333
void SetValue(git_blob* blob);
3434

35-
int Lookup(git_repository* repo, const git_oid *id);
36-
37-
int CreateFromFile(git_oid* oid, git_repository* repo, const char* path);
38-
int CreateFromBuffer(git_oid* oid, git_repository* repo, const void* buffer, size_t len);
39-
4035
protected:
4136
GitBlob() {};
4237
~GitBlob() {};
4338

4439
static Handle<Value> New(const Arguments& args);
45-
46-
static Handle<Value> CreateFromFile(const Arguments& args);
40+
static Handle<Value> Free(const Arguments& args);
4741

4842
static Handle<Value> Lookup(const Arguments& args);
4943
static void LookupWork(uv_work_t* req);

0 commit comments

Comments
 (0)