diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-20 07:36:41 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-20 07:36:41 +0200 |
commit | 8fa3c5becf6f417c1a01fe878f5548d7d3bf2292 (patch) | |
tree | 2489b4eeba23664c839cc0d17f7c913ff36acf9c /rpmio/macro.c | |
parent | 7871bb4547564297c26bd44a7a14759843d881c4 (diff) | |
download | rpm-8fa3c5becf6f417c1a01fe878f5548d7d3bf2292.tar.gz rpm-8fa3c5becf6f417c1a01fe878f5548d7d3bf2292.tar.bz2 rpm-8fa3c5becf6f417c1a01fe878f5548d7d3bf2292.zip |
Remove splint remnants.
Diffstat (limited to 'rpmio/macro.c')
-rw-r--r-- | rpmio/macro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c index 00b194ecd..7d6b89208 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -1757,7 +1757,6 @@ delMacro(MacroContext mc, const char * n) } } -/* LCL: mc is modified through mb->mc, mb is abstract */ int rpmDefineMacro(MacroContext mc, const char * macro, int level) { |