Volatile not necessary after all

I was temporarily confused.
This commit is contained in:
Matthias Clasen
2011-05-28 22:33:37 -04:00
parent 53f93aacf3
commit 666adc2dc0
4 changed files with 5 additions and 5 deletions

View File

@@ -220,7 +220,7 @@ struct _GHashTable
GHashFunc hash_func;
GEqualFunc key_equal_func;
volatile gint ref_count;
gint ref_count;
#ifndef G_DISABLE_ASSERT
/*
* Tracks the structure of the hash table, not its contents: is only