Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/Generator.cs

    r3857 r4068  
    3434
    3535using System.Collections.Generic;
     36using System.IO;
    3637using System.Text;
     38using Google.ProtocolBuffers.Collections;
    3739using Google.ProtocolBuffers.DescriptorProtos;
    38 using System.IO;
    3940using Google.ProtocolBuffers.Descriptors;
    40 using Google.ProtocolBuffers.Collections;
    4141
    4242namespace Google.ProtocolBuffers.ProtoGen {
     
    6262    public void Generate() {
    6363      foreach (string inputFile in options.InputFiles) {
    64         FileDescriptorSet descriptorProtos;       
     64        FileDescriptorSet descriptorProtos;
    6565        ExtensionRegistry extensionRegistry = ExtensionRegistry.CreateInstance();
    6666        extensionRegistry.Add(CSharpOptions.CSharpFileOptions);
Note: See TracChangeset for help on using the changeset viewer.