From acde17371a4bec6afb07e9c83db001aa02a618eb Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 30 Oct 2012 16:12:37 -0400 Subject: Revert "core: adding int32_t and uint32_t types to swig." This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1. --- gnuradio-core/src/lib/swig/gnuradio.i | 2 -- 1 file changed, 2 deletions(-) (limited to 'gnuradio-core/src/lib') diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index 458982017..3a421ad5d 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -53,8 +53,6 @@ typedef std::complex gr_complex; typedef std::complex gr_complexd; typedef unsigned long long uint64_t; typedef long long int64_t; -typedef unsigned long uint32_t; -typedef long int32_t; // instantiate the required template specializations -- cgit