We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clock
scanner_t
1 parent b71f0db commit 5cffb0dCopy full SHA for 5cffb0d
lua/wincent/commandt/lib/commandt.h
@@ -49,13 +49,6 @@ typedef struct {
49
* Book-keeping detail, needed for call to `munmap()`.
50
*/
51
ssize_t buffer_size;
52
-
53
- /**
54
- * @internal
55
- *
56
- * Counter that increments any time the candidates change.
57
- */
58
- unsigned clock; // TODO: figure out whether I need this
59
} scanner_t;
60
61
// TODO flesh this out; basically make it a container for instance variables
lua/wincent/commandt/private/lib.lua
@@ -34,7 +34,6 @@ setmetatable(c, {
34
ssize_t candidates_size;
35
char *buffer;
36
37
- unsigned clock;
38
39
40
typedef struct {
0 commit comments