]> git.tdb.fi Git - builder.git/blobdiff - source/importlibrary.cpp
Use default member initializers and constructor delegation
[builder.git] / source / importlibrary.cpp
index 3cdc103f8ef190aa0cd6d672f1cf985ea620c1cd..9d2ea8fae42da17f392d6913e0bdd1d8181c4121 100644 (file)
@@ -11,8 +11,7 @@ using namespace std;
 using namespace Msp;
 
 ImportLibrary::ImportLibrary(Builder &b, const FS::Path &p):
-       FileTarget(b, p),
-       shared_lib(0)
+       FileTarget(b, p)
 { }
 
 ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl, ExportDefinitions &exp):