Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mono / mini / seq-points.h
index 3d053dba3dd57f944c66919c942c582bdf575163..79915205a2d7e25bcd94b944edff81803fc48474 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * 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 +26,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__ */