compiler: remove redundant declaration
authorDavid Schleef <ds@schleef.org>
Tue, 28 Aug 2012 19:07:02 +0000 (12:07 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 28 Aug 2012 19:07:02 +0000 (12:07 -0700)
orc/orccompiler.h

index a19562e..73df995 100644 (file)
@@ -139,7 +139,6 @@ struct _OrcCompiler {
 };
 
 
-void orc_code_allocate_codemem (OrcCode *code, int size);
 int orc_compiler_label_new (OrcCompiler *compiler);
 int orc_compiler_get_constant (OrcCompiler *compiler, int size, int value);
 int orc_compiler_get_constant_long (OrcCompiler *compiler, orc_uint32 a,