X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok-internal.h;h=ea77b90875e7020aeffebbfc3e6b95b7ca7e835f;hb=3d6de074a445fbd3ac0adfa2bc28e3fd283df681;hp=5cbe845ce20aa7ba3408bcddafd0cbb74f7820c4;hpb=fe0c0b98c6d10290cbd2b461e3cb17404b0ba457;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index 5cbe845c..ea77b908 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -48,9 +48,6 @@ #define g_match_info_unref g_match_info_free #endif -/* Size of a datastore chunk in units */ -#define DATASTORE_CHUNKSIZE (512 * 1024) - struct sr_context { #ifdef HAVE_LIBUSB_1_0 libusb_context *libusb_ctx;