Browse Source

- removed a duplicated include statement

git-svn-id: trunk@21203 -
svenbarth 13 years ago
parent
commit
7ebbebc877
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/pdecobj.pas

+ 0 - 1
compiler/pdecobj.pas

@@ -426,7 +426,6 @@ implementation
                 stringdispose(od.import_lib);
                 stringdispose(od.import_lib);
                 od.import_lib:=stringdup(hs);
                 od.import_lib:=stringdup(hs);
               end;
               end;
-            include(od.objectoptions, oo_is_external);
             { check if we shall use another name for the class }
             { check if we shall use another name for the class }
             if try_to_consume(_NAME) then
             if try_to_consume(_NAME) then
               od.objextname:=stringdup(get_stringconst)
               od.objextname:=stringdup(get_stringconst)