From: Bert Vermeulen Date: Sun, 13 Jan 2013 17:07:05 +0000 (+0100) Subject: cleanup of obsolete definition X-Git-Tag: dsupstream~356 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=5635705c8330d243ec566e15373eb47eb5b0fd9c;p=libsigrok.git cleanup of obsolete definition --- 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;