Cleanup complete_cmd_desc

This commit is contained in:
ridiculousfish
2012-02-02 12:04:04 -08:00
parent 62f49c55ce
commit 884b4026dd
2 changed files with 27 additions and 49 deletions

View File

@@ -146,8 +146,7 @@ class completion_t
bool operator < (const completion_t& rhs) const { return this->completion < rhs.completion; }
bool operator == (const completion_t& rhs) const { return this->completion == rhs.completion; }
bool operator != (const completion_t& rhs) const { return ! (*this == rhs); }
}
;
};
/**