This typemap seems to be unused, remove it.
Change-Id: I06f1692f6cff224ecb164058edf87025b0d7cd35
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1535
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
$result = SWIG_Python_AppendOutput(resultobj,
SWIG_From_unsigned_SS_long_SS_long((uint64_t) (*$1)));
}
-/* Output argument typemap for initialized double output parameter (always appends) */
-%typemap(in, numinputs=0) (double *OUT) (double temp) {
- $1 = &temp;
-}
-
-%typemap(argout) (double *OUT) {
- $result = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*$1)));
-}
/* Input argument typemap for UUID bytes */
%typemap(in) bt_uuid {