1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Remove unused typedef.

This commit is contained in:
Tobias Svensson 2013-01-31 17:58:00 +00:00
parent 2facead956
commit 8764c095ae

View file

@ -2,8 +2,6 @@
#define __SIDETIQ_EXT_H__
#include <ruby.h>
typedef uint64_t sidetiq_time_t;
void Init_sidetiq_ext();
static VALUE sidetiq_gettime(VALUE self);