bt2: remove unused double* typemap
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt.i
index bde8d806343b8d37656308a8fe2a3124f3aaf6a6..9101020c534a26d9dfe14bc83ee45a228634f9d4 100644 (file)
@@ -122,14 +122,6 @@ typedef int bt_bool;
        $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 {
This page took 0.025019 seconds and 4 git commands to generate.