]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libuse-1.0: Remove unused private "malloc" binding
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 Oct 2019 13:35:07 +0000 (15:35 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 Oct 2019 13:35:07 +0000 (15:35 +0200)
vapi/libusb-1.0.vapi

index e5ce2e7ac9d1a318df96c2866927094d2dc96f69..c7bf78b00e928291991f6e3844357be1adc787f1 100644 (file)
@@ -443,8 +443,6 @@ namespace LibUSB {
 
        public static uint16 le16_to_cpu (uint16 n);
        public static uint16 cpu_to_le16 (uint16 n);
-       [CCode (cname = "malloc", cheader_filename = "stdlib.h")]
-       private static void* malloc (ulong n_bytes);
 
        [CCode (cname = "struct libusb_control_setup")]
        [Compact]