]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/modules/property-set.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / modules / property-set.cpp
index 20b37694f4c726087e7731305ebf0eeb5d7de095..4008597237d8a7f702bc204d1ba99e13e2b77459 100644 (file)
@@ -267,7 +267,6 @@ LIST * property_set_contains_features( FRAME * frame, int flags )
     OBJECT * varname = object_new( "self.raw" );
     LIST * props = var_get( frame->module, varname );
     LIST * features = lol_get( frame->args, 0 );
-    LIST * result = L0;
     LISTITER features_iter = list_begin( features );
     LISTITER features_end = list_end( features ) ;
     object_free( varname );