From 27ecc11915b5b53db707aca267775e5a734498e5 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Thu, 26 Dec 2013 05:35:14 +0100 Subject: [PATCH] Remove unused prototype. --- gen/structs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gen/structs.cpp b/gen/structs.cpp index 690d93d7..c063b612 100644 --- a/gen/structs.cpp +++ b/gen/structs.cpp @@ -121,9 +121,6 @@ LLValue* DtoIndexStruct(LLValue* src, StructDeclaration* sd, VarDeclaration* vd) ////////////////////////////////////////////////////////////////////////////////////////// -// helper function that adds zero bytes to a vector of constants -extern size_t add_zeros(std::vector& values, size_t diff); - /// Return the type returned by DtoUnpaddedStruct called on a value of the /// specified type. /// Union types will get expanded into a struct, with a type for each member.