diff options
Diffstat (limited to 'libports/create-port-noinstall.c')
-rw-r--r-- | libports/create-port-noinstall.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libports/create-port-noinstall.c b/libports/create-port-noinstall.c index 20c26a2f..fd5a6403 100644 --- a/libports/create-port-noinstall.c +++ b/libports/create-port-noinstall.c @@ -30,6 +30,3 @@ ports_create_port_noinstall (struct port_class *class, { return _ports_create_port_internal (class, bucket, size, result, 0); } - - - |