Skip to content

Commit

Permalink
Fix a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Aug 1, 2015
1 parent 1235e7f commit dc10011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions mono/metadata/assembly.c
Expand Up @@ -179,6 +179,8 @@ mono_set_corlib_data (void *data, size_t size)

#endif

static char* unquote (const char *str);

/* This protects loaded_assemblies and image->references */
#define mono_assemblies_lock() mono_mutex_lock (&assemblies_mutex)
#define mono_assemblies_unlock() mono_mutex_unlock (&assemblies_mutex)
Expand Down
3 changes: 0 additions & 3 deletions mono/metadata/metadata-internals.h
Expand Up @@ -860,8 +860,5 @@ mono_method_get_wrapper_cache (MonoMethod *method);
MonoWrapperCaches*
mono_method_get_wrapper_cache (MonoMethod *method);

static char*
unquote (const char *str);

#endif /* __MONO_METADATA_INTERNALS_H__ */

0 comments on commit dc10011

Please sign in to comment.