summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-26 00:38:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-26 00:38:12 +0200
commit22778de5823ce979a2e8d389e2029a78da543490 (patch)
treee2e9d3367ebba38548ee7a08668f0fa94d89333b /source4/librpc/rpc/pyrpc.h
parenteae3658674d7c04fe65b008223995ead9e2957e8 (diff)
downloadsamba-22778de5823ce979a2e8d389e2029a78da543490.tar.gz
samba-22778de5823ce979a2e8d389e2029a78da543490.tar.bz2
samba-22778de5823ce979a2e8d389e2029a78da543490.zip
Remove some unused cruft.
(This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b)
Diffstat (limited to 'source4/librpc/rpc/pyrpc.h')
-rw-r--r--source4/librpc/rpc/pyrpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/rpc/pyrpc.h b/source4/librpc/rpc/pyrpc.h
index 77705db9f6..0840030704 100644
--- a/source4/librpc/rpc/pyrpc.h
+++ b/source4/librpc/rpc/pyrpc.h
@@ -67,6 +67,5 @@ struct PyNdrRpcMethodDef {
};
bool PyInterface_AddNdrRpcMethods(PyTypeObject *object, struct PyNdrRpcMethodDef *mds);
-PyObject *PyDescr_NewNdrRpcMethod(PyTypeObject *type, struct PyNdrRpcMethodDef *md);
#endif /* _PYRPC_H_ */