@@ -22,7 +22,6 @@ use crate::ibc::{
2222use crate :: ibc:: { IbcChannelOpenMsg , IbcChannelOpenResponse } ;
2323use crate :: imports:: { ExternalApi , ExternalQuerier , ExternalStorage } ;
2424use crate :: memory:: { Owned , Region } ;
25- #[ cfg( feature = "abort" ) ]
2625use crate :: panic:: install_panic_handler;
2726use crate :: query:: CustomQuery ;
2827use crate :: results:: { ContractResult , QueryResponse , Reply , Response } ;
@@ -128,7 +127,6 @@ where
128127 C : CustomMsg ,
129128 E : ToString ,
130129{
131- #[ cfg( feature = "abort" ) ]
132130 install_panic_handler ( ) ;
133131 let res = _do_instantiate (
134132 instantiate_fn,
@@ -158,7 +156,6 @@ where
158156 C : CustomMsg ,
159157 E : ToString ,
160158{
161- #[ cfg( feature = "abort" ) ]
162159 install_panic_handler ( ) ;
163160 let res = _do_execute (
164161 execute_fn,
@@ -187,7 +184,6 @@ where
187184 C : CustomMsg ,
188185 E : ToString ,
189186{
190- #[ cfg( feature = "abort" ) ]
191187 install_panic_handler ( ) ;
192188 let res = _do_migrate (
193189 migrate_fn,
@@ -218,7 +214,6 @@ where
218214 C : CustomMsg ,
219215 E : ToString ,
220216{
221- #[ cfg( feature = "abort" ) ]
222217 install_panic_handler ( ) ;
223218 let res = _do_migrate_with_info (
224219 migrate_with_info_fn,
@@ -247,7 +242,6 @@ where
247242 C : CustomMsg ,
248243 E : ToString ,
249244{
250- #[ cfg( feature = "abort" ) ]
251245 install_panic_handler ( ) ;
252246 let res = _do_sudo (
253247 sudo_fn,
@@ -274,7 +268,6 @@ where
274268 C : CustomMsg ,
275269 E : ToString ,
276270{
277- #[ cfg( feature = "abort" ) ]
278271 install_panic_handler ( ) ;
279272 let res = _do_reply (
280273 reply_fn,
@@ -300,7 +293,6 @@ where
300293 M : DeserializeOwned ,
301294 E : ToString ,
302295{
303- #[ cfg( feature = "abort" ) ]
304296 install_panic_handler ( ) ;
305297 let res = _do_query (
306298 query_fn,
@@ -327,7 +319,6 @@ where
327319 Q : CustomQuery ,
328320 E : ToString ,
329321{
330- #[ cfg( feature = "abort" ) ]
331322 install_panic_handler ( ) ;
332323 let res = _do_ibc_channel_open (
333324 contract_fn,
@@ -356,7 +347,6 @@ where
356347 C : CustomMsg ,
357348 E : ToString ,
358349{
359- #[ cfg( feature = "abort" ) ]
360350 install_panic_handler ( ) ;
361351 let res = _do_ibc_channel_connect (
362352 contract_fn,
@@ -385,7 +375,6 @@ where
385375 C : CustomMsg ,
386376 E : ToString ,
387377{
388- #[ cfg( feature = "abort" ) ]
389378 install_panic_handler ( ) ;
390379 let res = _do_ibc_channel_close (
391380 contract_fn,
@@ -415,7 +404,6 @@ where
415404 C : CustomMsg ,
416405 E : ToString ,
417406{
418- #[ cfg( feature = "abort" ) ]
419407 install_panic_handler ( ) ;
420408 let res = _do_ibc_packet_receive (
421409 contract_fn,
@@ -445,7 +433,6 @@ where
445433 C : CustomMsg ,
446434 E : ToString ,
447435{
448- #[ cfg( feature = "abort" ) ]
449436 install_panic_handler ( ) ;
450437 let res = _do_ibc_packet_ack (
451438 contract_fn,
@@ -476,7 +463,6 @@ where
476463 C : CustomMsg ,
477464 E : ToString ,
478465{
479- #[ cfg( feature = "abort" ) ]
480466 install_panic_handler ( ) ;
481467 let res = _do_ibc_packet_timeout (
482468 contract_fn,
@@ -497,7 +483,6 @@ where
497483 C : CustomMsg ,
498484 E : ToString ,
499485{
500- #[ cfg( feature = "abort" ) ]
501486 install_panic_handler ( ) ;
502487 let res = _do_ibc_source_callback (
503488 contract_fn,
@@ -522,7 +507,6 @@ where
522507 C : CustomMsg ,
523508 E : ToString ,
524509{
525- #[ cfg( feature = "abort" ) ]
526510 install_panic_handler ( ) ;
527511 let res = _do_ibc_destination_callback (
528512 contract_fn,
0 commit comments