summaryrefslogtreecommitdiff
path: root/cgaas.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgaas.h')
-rw-r--r--cgaas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgaas.h b/cgaas.h
index e2077c2..b92df25 100644
--- a/cgaas.h
+++ b/cgaas.h
@@ -10,7 +10,6 @@ void store_label_in_data_section (LABEL *label);
#if defined (MACH_O64) || defined (LINUX)
void store_label_offset_in_data_section (LABEL *label);
#endif
-void store_label_offset_in_data_section (int label_id);
void store_descriptor_in_data_section (LABEL *label);
void store_descriptor_in_code_section (int label_id);
void store_c_string_in_data_section (char *string,int length);