X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Finclude%2Fencoding.h;h=f7ee5d118285cf17e03ca83e028dade11d5c1171;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=0013728efed91b39a7aab00e821c66c196658ed2;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/src/include/encoding.h b/ceph/src/include/encoding.h index 0013728ef..f7ee5d118 100644 --- a/ceph/src/include/encoding.h +++ b/ceph/src/include/encoding.h @@ -197,22 +197,6 @@ inline void encode(const char *s, bufferlist& bl) } -// array -template -inline void encode_array_nohead(const A a[], int n, bufferlist &bl) -{ - for (int i=0; i -inline void decode_array_nohead(A a[], int n, bufferlist::iterator &p) -{ - for (int i=0; i