X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fseq-points.h;h=e2a98696ef63800b0bd43f266303da6be1f581f6;hb=6e2db26f5ed7b992de75d07522bb215a43af124a;hp=3d053dba3dd57f944c66919c942c582bdf575163;hpb=cc40e2e17dc6fd2dae6d3a4c7d7ab43570d63546;p=mono.git diff --git a/mono/mini/seq-points.h b/mono/mini/seq-points.h index 3d053dba3dd..e2a98696ef6 100644 --- a/mono/mini/seq-points.h +++ b/mono/mini/seq-points.h @@ -1,5 +1,7 @@ -/* +/** + * \file * Copyright 2014 Xamarin Inc + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_SEQ_POINTS_H__ @@ -25,7 +27,4 @@ mono_find_seq_point (MonoDomain *domain, MonoMethod *method, gint32 il_offset, M void mono_bb_deduplicate_op_il_seq_points (MonoCompile *cfg, MonoBasicBlock *bb); -void -mono_image_get_aot_seq_point_path (MonoImage *image, char **str); - #endif /* __MONO_SEQ_POINTS_H__ */