Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hausdorff committed Jun 2, 2011
1 parent 60c7754 commit ad58ea2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libdiff/libdiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ struct edit {

// OPTIONAL: The record to insert is included if INSERTION
struct record *rcrd;

// OPTIONAL: The next edit in the script; NULL if last edit
struct edit *next;

// Type of edit -- INSERTION, DELETION, or END_OF_SCRIPT
unsigned char edit;

// Var names _directly_ from the Myers paper
size_t x;
size_t y;
Expand All @@ -50,7 +47,6 @@ struct record {
// e.g., from diff_mem->data[12] to diff_mem->data[27].
unsigned long start;
unsigned long end;

// The hash of the record; used for quick comparisons
unsigned long hash;
};
Expand Down

0 comments on commit ad58ea2

Please sign in to comment.