From 5635705c8330d243ec566e15373eb47eb5b0fd9c Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 13 Jan 2013 18:07:05 +0100 Subject: [PATCH] cleanup of obsolete definition --- libsigrok-internal.h | 3 --- 1 file changed, 3 deletions(-) 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;